From: Nannan Lu <nannan.lu@intel.com>
To: dts@dpdk.org
Cc: Nannan Lu <nannan.lu@intel.com>
Subject: [dts] [PATCH V1] tests/rte_flow_common.py: add iavf_driver_file_location
Date: Wed, 29 Jul 2020 16:39:43 +0000 [thread overview]
Message-ID: <1596040783-1659484-1-git-send-email-nannan.lu@intel.com> (raw)
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
next reply other threads:[~2020-07-29 7:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-29 16:39 Nannan Lu [this message]
2020-08-12 6:47 ` Tu, Lijuan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1596040783-1659484-1-git-send-email-nannan.lu@intel.com \
--to=nannan.lu@intel.com \
--cc=dts@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).