[dts] [PATCH V1 1/3] update vxlan ipv4/ipv6 packet detect packet type info

xu,huilong huilongx.xu at intel.com
Fri Nov 18 04:08:00 CET 2016


Signed-off-by: xu,huilong <huilongx.xu at intel.com>
---
 tests/TestSuite_vxlan.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/TestSuite_vxlan.py b/tests/TestSuite_vxlan.py
index b810c13..5fef9d9 100644
--- a/tests/TestSuite_vxlan.py
+++ b/tests/TestSuite_vxlan.py
@@ -90,14 +90,14 @@ class VxlanTestConfig(object):
         """
         if self.outer_udp_dst != VXLAN_PORT:
             if self.outer_ip6_src != 'N/A':
-                return '(outer) L3 type: IPV6_EXT_UNKNOWN'
+                return 'L3_IPV6_EXT_UNKNOWN'
             else:
-                return '(outer) L3 type: IPV4_EXT_UNKNOWN'
+                return 'L3_IPV4_EXT_UNKNOWN'
         else:
             if self.inner_ip6_src != 'N/A':
-                return 'Inner L3 type: IPV6_EXT_UNKNOWN'
+                return 'L3_IPV6_EXT_UNKNOWN'
             else:
-                return 'Inner L3 type: IPV4_EXT_UNKNOWN'
+                return 'L3_IPV4_EXT_UNKNOWN'
 
     def create_pcap(self):
         """
-- 
1.9.3



More information about the dts mailing list