test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/rte_flow_common.py: add iavf_driver_file_location
@ 2020-07-29 16:39 Nannan Lu
  2020-08-12  6:47 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Nannan Lu @ 2020-07-29 16:39 UTC (permalink / raw)
  To: dts; +Cc: Nannan Lu

Add iavf_driver_file_location, as it is used in the Max vf test case
of cvl dcf switch filter test plan.

Signed-off-by: Nannan Lu <nannan.lu@intel.com>
---
 tests/rte_flow_common.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/rte_flow_common.py b/tests/rte_flow_common.py
index 3d46e5e..5728af0 100644
--- a/tests/rte_flow_common.py
+++ b/tests/rte_flow_common.py
@@ -45,6 +45,9 @@ def get_suite_config(test_case):
     if "ice_driver_file_location" in test_case.get_suite_cfg():
         ice_driver_file_location = test_case.get_suite_cfg()["ice_driver_file_location"]
         suite_config["ice_driver_file_location"] = ice_driver_file_location
+    if "iavf_driver_file_location" in test_case.get_suite_cfg():
+        iavf_driver_file_location = test_case.get_suite_cfg()["iavf_driver_file_location"]
+        suite_config["iavf_driver_file_location"] = iavf_driver_file_location
     if "os_default_package_file_location" in test_case.get_suite_cfg():
         os_default_package_file_location = test_case.get_suite_cfg()["os_default_package_file_location"]
         suite_config["os_default_package_file_location"] = os_default_package_file_location
-- 
2.7.4


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

end of thread, other threads:[~2020-08-12  6:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-29 16:39 [dts] [PATCH V1] tests/rte_flow_common.py: add iavf_driver_file_location Nannan Lu
2020-08-12  6:47 ` Tu, Lijuan

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