test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/nvgre:Modify the syntax error.
@ 2019-08-13  2:46 zhu,shuai
  2019-08-13  2:45 ` Zhu, WenhuiX
  2019-08-13  4:48 ` Mo, YufengX
  0 siblings, 2 replies; 3+ messages in thread
From: zhu,shuai @ 2019-08-13  2:46 UTC (permalink / raw)
  To: dts; +Cc: wenhuix.zhu, zhu,shuai

Modify the syntax error.

Signed-off-by: zhu,shuai <shuaix.zhu@intel.com>
---
 tests/TestSuite_nvgre.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_nvgre.py b/tests/TestSuite_nvgre.py
index 62aac3a..dbba011 100644
--- a/tests/TestSuite_nvgre.py
+++ b/tests/TestSuite_nvgre.py
@@ -162,7 +162,7 @@ class NvgreTestConfig(object):
         """
         Return nvgre packet type
         """
-        if (self.nic in ["cavium_a063", "cavium_a064"]):
+        if (nic in ["cavium_a063", "cavium_a064"]):
             if self.outer_ip_proto !=47:
                 if self.outer_l3_type == 'IPv4':
                     return 'L3_IPV4'
-- 
2.17.2


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

end of thread, other threads:[~2019-08-13  4:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-13  2:46 [dts] [PATCH V1] tests/nvgre:Modify the syntax error zhu,shuai
2019-08-13  2:45 ` Zhu, WenhuiX
2019-08-13  4:48 ` Mo, YufengX

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).