test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1 1/3] update vxlan ipv4/ipv6 packet detect packet type info
@ 2016-11-18  3:08 xu,huilong
  2016-11-18  3:08 ` [dts] [PATCH V1 2/3] " xu,huilong
  2016-11-18  3:08 ` [dts] [PATCH V1 3/3] update all packet type info for fortville and niantic nic xu,huilong
  0 siblings, 2 replies; 6+ messages in thread
From: xu,huilong @ 2016-11-18  3:08 UTC (permalink / raw)
  To: dts; +Cc: xu,huilong

Signed-off-by: xu,huilong <huilongx.xu@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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-11-22  9:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-18  3:08 [dts] [PATCH V1 1/3] update vxlan ipv4/ipv6 packet detect packet type info xu,huilong
2016-11-18  3:08 ` [dts] [PATCH V1 2/3] " xu,huilong
2016-11-18  3:11   ` Liu, Yong
2016-11-18  3:16     ` Xu, HuilongX
2016-11-22  9:16       ` Liu, Yong
2016-11-18  3:08 ` [dts] [PATCH V1 3/3] update all packet type info for fortville and niantic nic xu,huilong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).