* [dts] [PATCH V1] conf/test_case_checklist:add more supported nic type
@ 2020-02-26 3:54 Xie Wei
2020-02-26 3:54 ` [dts] [PATCH V1] tests/vf_interrupt_pmd:fix invalid character Xie Wei
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Xie Wei @ 2020-02-26 3:54 UTC (permalink / raw)
To: dts; +Cc: Xie Wei
Signed-off-by: Xie Wei <weix.xie@intel.com>
---
conf/test_case_checklist.json | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
index d42dca6..5c84004 100644
--- a/conf/test_case_checklist.json
+++ b/conf/test_case_checklist.json
@@ -2637,9 +2637,7 @@
"niantic",
"sagepond",
"sageville",
- "fortville_eagle",
- "fortville_25g",
- "fortpark_TLV"
+ "fortville_25g"
],
"Target": [
"ALL"
@@ -2657,9 +2655,7 @@
"niantic",
"sagepond",
"sageville",
- "fortville_eagle",
- "fortville_25g",
- "fortpark_TLV"
+ "fortville_25g"
],
"Target": [
"ALL"
--
2.17.2
^ permalink raw reply [flat|nested] 6+ messages in thread
* [dts] [PATCH V1] tests/vf_interrupt_pmd:fix invalid character
2020-02-26 3:54 [dts] [PATCH V1] conf/test_case_checklist:add more supported nic type Xie Wei
@ 2020-02-26 3:54 ` Xie Wei
2020-02-27 10:23 ` Xie, WeiX
2020-03-03 5:24 ` Tu, Lijuan
2020-02-27 10:21 ` [dts] [PATCH V1] conf/test_case_checklist:add more supported nic type Xie, WeiX
2020-03-03 5:25 ` Tu, Lijuan
2 siblings, 2 replies; 6+ messages in thread
From: Xie Wei @ 2020-02-26 3:54 UTC (permalink / raw)
To: dts; +Cc: Xie Wei
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 1819 bytes --]
Signed-off-by: Xie Wei <weix.xie@intel.com>
---
tests/TestSuite_vf_interrupt_pmd.py | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/tests/TestSuite_vf_interrupt_pmd.py b/tests/TestSuite_vf_interrupt_pmd.py
index d1361ec..00aa2c6 100644
--- a/tests/TestSuite_vf_interrupt_pmd.py
+++ b/tests/TestSuite_vf_interrupt_pmd.py
@@ -319,8 +319,7 @@ class TestVfInterruptPmd(TestCase):
"""
Check Interrupt for VF with vfio driver, need test with i40e driver
"""
- self.verify(self.nic in ["fortville_eagle", "fortville_spirit",
- "fortville_spirit_single", "fortpark_TLV"], "%s nic port not support vf multi-queues interrupt" % self.nic)
+ self.verify(self.nic in ['fortville_eagle', 'fortville_spirit', 'fortville_spirit_single', 'fortpark_TLV'], '%s nic port not support vf multi-queues interrupt' % str(self.nic))
self.queues = 4
self.prepare_l3fwd_power(self.dut)
self.set_NIC_link()
@@ -350,8 +349,7 @@ class TestVfInterruptPmd(TestCase):
"""
Check for interrupts within the VM, need test with i40e driver
"""
- self.verify(self.nic in ["fortville_eagle", "fortville_spirit",
- "fortville_spirit_single", "fortpark_TLV"], "%s nic not support vf multi-queues interrupt" % self.nic)
+ self.verify(self.nic in ['fortville_eagle', 'fortville_spirit', 'fortville_spirit_single', 'fortpark_TLV'], '%s nic port not support vf multi-queues interrupt' % str(self.nic))
self.setup_vm_env()
self.vm0_dut.send_expect("ip link set %s vf 0 mac %s" %
(self.host_intf0, self.vf0_mac), "# ")
--
2.17.2
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dts] [PATCH V1] conf/test_case_checklist:add more supported nic type
2020-02-26 3:54 [dts] [PATCH V1] conf/test_case_checklist:add more supported nic type Xie Wei
2020-02-26 3:54 ` [dts] [PATCH V1] tests/vf_interrupt_pmd:fix invalid character Xie Wei
@ 2020-02-27 10:21 ` Xie, WeiX
2020-03-03 5:25 ` Tu, Lijuan
2 siblings, 0 replies; 6+ messages in thread
From: Xie, WeiX @ 2020-02-27 10:21 UTC (permalink / raw)
To: dts; +Cc: Xie, WeiX
Tested-by: Xie,WeiX < weix.xie@intel.com>
Regards,
Xie Wei
-----Original Message-----
From: Xie, WeiX
Sent: Wednesday, February 26, 2020 11:55 AM
To: dts@dpdk.org
Cc: Xie, WeiX <weix.xie@intel.com>
Subject: [dts][PATCH V1] conf/test_case_checklist:add more supported nic type
Signed-off-by: Xie Wei <weix.xie@intel.com>
---
conf/test_case_checklist.json | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index d42dca6..5c84004 100644
--- a/conf/test_case_checklist.json
+++ b/conf/test_case_checklist.json
@@ -2637,9 +2637,7 @@
"niantic",
"sagepond",
"sageville",
- "fortville_eagle",
- "fortville_25g",
- "fortpark_TLV"
+ "fortville_25g"
],
"Target": [
"ALL"
@@ -2657,9 +2655,7 @@
"niantic",
"sagepond",
"sageville",
- "fortville_eagle",
- "fortville_25g",
- "fortpark_TLV"
+ "fortville_25g"
],
"Target": [
"ALL"
--
2.17.2
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dts] [PATCH V1] tests/vf_interrupt_pmd:fix invalid character
2020-02-26 3:54 ` [dts] [PATCH V1] tests/vf_interrupt_pmd:fix invalid character Xie Wei
@ 2020-02-27 10:23 ` Xie, WeiX
2020-03-03 5:24 ` Tu, Lijuan
1 sibling, 0 replies; 6+ messages in thread
From: Xie, WeiX @ 2020-02-27 10:23 UTC (permalink / raw)
To: dts; +Cc: Xie, WeiX
Tested-by: Xie,WeiX < weix.xie@intel.com>
Fix not run error, fail cases need further debug.
Regards,
Xie Wei
-----Original Message-----
From: Xie, WeiX
Sent: Wednesday, February 26, 2020 11:55 AM
To: dts@dpdk.org
Cc: Xie, WeiX <weix.xie@intel.com>
Subject: [dts][PATCH V1] tests/vf_interrupt_pmd:fix invalid character
Signed-off-by: Xie Wei <weix.xie@intel.com>
---
tests/TestSuite_vf_interrupt_pmd.py | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/tests/TestSuite_vf_interrupt_pmd.py b/tests/TestSuite_vf_interrupt_pmd.py
index d1361ec..00aa2c6 100644
--- a/tests/TestSuite_vf_interrupt_pmd.py
+++ b/tests/TestSuite_vf_interrupt_pmd.py
@@ -319,8 +319,7 @@ class TestVfInterruptPmd(TestCase):
"""
Check Interrupt for VF with vfio driver, need test with i40e driver
"""
- self.verify(self.nic in ["fortville_eagle", "fortville_spirit",
- "fortville_spirit_single", "fortpark_TLV"], "%s nic port not support vf multi-queues interrupt" % self.nic)
+ self.verify(self.nic in ['fortville_eagle', 'fortville_spirit', 'fortville_spirit_single', 'fortpark_TLV'], '%s nic port not support vf multi-queues interrupt' % str(self.nic))
self.queues = 4
self.prepare_l3fwd_power(self.dut)
self.set_NIC_link()
@@ -350,8 +349,7 @@ class TestVfInterruptPmd(TestCase):
"""
Check for interrupts within the VM, need test with i40e driver
"""
- self.verify(self.nic in ["fortville_eagle", "fortville_spirit",
- "fortville_spirit_single", "fortpark_TLV"], "%s nic not support vf multi-queues interrupt" % self.nic)
+ self.verify(self.nic in ['fortville_eagle', 'fortville_spirit', 'fortville_spirit_single', 'fortpark_TLV'], '%s nic port not support vf multi-queues interrupt' % str(self.nic))
self.setup_vm_env()
self.vm0_dut.send_expect("ip link set %s vf 0 mac %s" %
(self.host_intf0, self.vf0_mac), "# ")
--
2.17.2
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dts] [PATCH V1] tests/vf_interrupt_pmd:fix invalid character
2020-02-26 3:54 ` [dts] [PATCH V1] tests/vf_interrupt_pmd:fix invalid character Xie Wei
2020-02-27 10:23 ` Xie, WeiX
@ 2020-03-03 5:24 ` Tu, Lijuan
1 sibling, 0 replies; 6+ messages in thread
From: Tu, Lijuan @ 2020-03-03 5:24 UTC (permalink / raw)
To: Xie, WeiX, dts; +Cc: Xie, WeiX
Applied, thanks
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xie Wei
> Sent: Wednesday, February 26, 2020 11:55 AM
> To: dts@dpdk.org
> Cc: Xie, WeiX <weix.xie@intel.com>
> Subject: [dts] [PATCH V1] tests/vf_interrupt_pmd:fix invalid character
>
> Signed-off-by: Xie Wei <weix.xie@intel.com>
> ---
> tests/TestSuite_vf_interrupt_pmd.py | 6 ++----
> 1 file changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/tests/TestSuite_vf_interrupt_pmd.py
> b/tests/TestSuite_vf_interrupt_pmd.py
> index d1361ec..00aa2c6 100644
> --- a/tests/TestSuite_vf_interrupt_pmd.py
> +++ b/tests/TestSuite_vf_interrupt_pmd.py
> @@ -319,8 +319,7 @@ class TestVfInterruptPmd(TestCase):
> """
> Check Interrupt for VF with vfio driver, need test with i40e driver
> """
> - self.verify(self.nic in ["fortville_eagle", "fortville_spirit",
> - "fortville_spirit_single", "fortpark_TLV"], "%s nic port not
> support vf multi-queues interrupt" % self.nic)
> + self.verify(self.nic in ['fortville_eagle', 'fortville_spirit',
> 'fortville_spirit_single', 'fortpark_TLV'], '%s nic port not support vf multi-
> queues interrupt' % str(self.nic))
> self.queues = 4
> self.prepare_l3fwd_power(self.dut)
> self.set_NIC_link()
> @@ -350,8 +349,7 @@ class TestVfInterruptPmd(TestCase):
> """
> Check for interrupts within the VM, need test with i40e driver
> """
> - self.verify(self.nic in ["fortville_eagle", "fortville_spirit",
> -
> "fortville_spirit_single", "fortpark_TLV"], "%s nic not suppo
> rt vf multi-queues interrupt" % self.nic)
> + self.verify(self.nic in ['fortville_eagle', 'fortville_spirit',
> 'fortville_spirit_single', 'fortpark_TLV'], '%s nic port not support vf multi-
> queues interrupt' % str(self.nic))
> self.setup_vm_env()
> self.vm0_dut.send_expect("ip link set %s vf 0 mac %s" %
> (self.host_intf0, self.vf0_mac), "# ")
> --
> 2.17.2
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dts] [PATCH V1] conf/test_case_checklist:add more supported nic type
2020-02-26 3:54 [dts] [PATCH V1] conf/test_case_checklist:add more supported nic type Xie Wei
2020-02-26 3:54 ` [dts] [PATCH V1] tests/vf_interrupt_pmd:fix invalid character Xie Wei
2020-02-27 10:21 ` [dts] [PATCH V1] conf/test_case_checklist:add more supported nic type Xie, WeiX
@ 2020-03-03 5:25 ` Tu, Lijuan
2 siblings, 0 replies; 6+ messages in thread
From: Tu, Lijuan @ 2020-03-03 5:25 UTC (permalink / raw)
To: Xie, WeiX, dts; +Cc: Xie, WeiX
Applied, thanks
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xie Wei
> Sent: Wednesday, February 26, 2020 11:55 AM
> To: dts@dpdk.org
> Cc: Xie, WeiX <weix.xie@intel.com>
> Subject: [dts] [PATCH V1] conf/test_case_checklist:add more supported nic
> type
>
> Signed-off-by: Xie Wei <weix.xie@intel.com>
> ---
> conf/test_case_checklist.json | 8 ++------
> 1 file changed, 2 insertions(+), 6 deletions(-)
>
> diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
> index d42dca6..5c84004 100644
> --- a/conf/test_case_checklist.json
> +++ b/conf/test_case_checklist.json
> @@ -2637,9 +2637,7 @@
> "niantic",
> "sagepond",
> "sageville",
> - "fortville_eagle",
> - "fortville_25g",
> - "fortpark_TLV"
> + "fortville_25g"
> ],
> "Target": [
> "ALL"
> @@ -2657,9 +2655,7 @@
> "niantic",
> "sagepond",
> "sageville",
> - "fortville_eagle",
> - "fortville_25g",
> - "fortpark_TLV"
> + "fortville_25g"
> ],
> "Target": [
> "ALL"
> --
> 2.17.2
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-03-03 5:25 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-26 3:54 [dts] [PATCH V1] conf/test_case_checklist:add more supported nic type Xie Wei
2020-02-26 3:54 ` [dts] [PATCH V1] tests/vf_interrupt_pmd:fix invalid character Xie Wei
2020-02-27 10:23 ` Xie, WeiX
2020-03-03 5:24 ` Tu, Lijuan
2020-02-27 10:21 ` [dts] [PATCH V1] conf/test_case_checklist:add more supported nic type Xie, WeiX
2020-03-03 5:25 ` 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).