* [dts] [PATCH V2 1/6] tests/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp: update case code for dpdk code change
@ 2021-11-03 3:10 Jiale Song
0 siblings, 0 replies; 6+ messages in thread
From: Jiale Song @ 2021-11-03 3:10 UTC (permalink / raw)
To: dts; +Cc: Jiale Song
commit fatal: dpdk first bad o('1179f05cc9a044541106981b0366f474043d7872')
dpdk invalid port create rule echo change
Signed-off-by: Jiale Song <songx.jiale@intel.com>
---
| 2 +-
| 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--git a/test_plans/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp_test_plan.rst b/test_plans/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp_test_plan.rst
index b9229f19..34f97ed9 100644
--- a/test_plans/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp_test_plan.rst
+++ b/test_plans/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp_test_plan.rst
@@ -1142,7 +1142,7 @@ Subcase 5: invalid port
Failed to create flow, report message::
- No such device: No such device
+ Invalid port 1
2. check the rule list on port 0::
--git a/tests/TestSuite_cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py b/tests/TestSuite_cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py
index df2f8d58..02da01e0 100644
--- a/tests/TestSuite_cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py
+++ b/tests/TestSuite_cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py
@@ -992,7 +992,7 @@ class Cvl_advance_iavf_rss_vlan_ah_l2tp_pfcp(TestCase):
def test_invalid_port(self):
rule = 'flow create 1 ingress pattern eth / ipv4 / udp / pfcp / end actions rss types pfcp end key_len 0 queues end / end'
- self.rsspro.create_rule(rule, check_stats=False, msg='No such device')
+ self.rsspro.create_rule(rule, check_stats=False, msg='Invalid port 1')
self.rsspro.check_rule(stats=False, rule_list=[rule])
pattern = 'Invalid port 1'
out = self.dut.send_command("flow list 1", timeout=1)
--
2.17.1
^ permalink raw reply [flat|nested] 6+ messages in thread
* [dts] [PATCH V2 1/6] tests/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp: update case code for dpdk code change
@ 2021-11-09 9:40 Jiale Song
0 siblings, 0 replies; 6+ messages in thread
From: Jiale Song @ 2021-11-09 9:40 UTC (permalink / raw)
To: dts; +Cc: Jiale Song
commit fatal: dpdk first bad o('1179f05cc9a044541106981b0366f474043d7872')
dpdk invalid port create rule echo change
Signed-off-by: Jiale Song <songx.jiale@intel.com>
---
| 2 +-
| 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--git a/test_plans/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp_test_plan.rst b/test_plans/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp_test_plan.rst
index b9229f19..34f97ed9 100644
--- a/test_plans/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp_test_plan.rst
+++ b/test_plans/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp_test_plan.rst
@@ -1142,7 +1142,7 @@ Subcase 5: invalid port
Failed to create flow, report message::
- No such device: No such device
+ Invalid port 1
2. check the rule list on port 0::
--git a/tests/TestSuite_cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py b/tests/TestSuite_cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py
index df2f8d58..02da01e0 100644
--- a/tests/TestSuite_cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py
+++ b/tests/TestSuite_cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py
@@ -992,7 +992,7 @@ class Cvl_advance_iavf_rss_vlan_ah_l2tp_pfcp(TestCase):
def test_invalid_port(self):
rule = 'flow create 1 ingress pattern eth / ipv4 / udp / pfcp / end actions rss types pfcp end key_len 0 queues end / end'
- self.rsspro.create_rule(rule, check_stats=False, msg='No such device')
+ self.rsspro.create_rule(rule, check_stats=False, msg='Invalid port 1')
self.rsspro.check_rule(stats=False, rule_list=[rule])
pattern = 'Invalid port 1'
out = self.dut.send_command("flow list 1", timeout=1)
--
2.17.1
^ permalink raw reply [flat|nested] 6+ messages in thread
* [dts] [PATCH V2 1/6] tests/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp: update case code for dpdk code change
@ 2021-11-03 3:12 Jiale Song
0 siblings, 0 replies; 6+ messages in thread
From: Jiale Song @ 2021-11-03 3:12 UTC (permalink / raw)
To: dts; +Cc: Jiale Song
commit fatal: dpdk first bad o('1179f05cc9a044541106981b0366f474043d7872')
dpdk invalid port create rule echo change
Signed-off-by: Jiale Song <songx.jiale@intel.com>
---
| 2 +-
| 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--git a/test_plans/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp_test_plan.rst b/test_plans/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp_test_plan.rst
index b9229f19..34f97ed9 100644
--- a/test_plans/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp_test_plan.rst
+++ b/test_plans/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp_test_plan.rst
@@ -1142,7 +1142,7 @@ Subcase 5: invalid port
Failed to create flow, report message::
- No such device: No such device
+ Invalid port 1
2. check the rule list on port 0::
--git a/tests/TestSuite_cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py b/tests/TestSuite_cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py
index df2f8d58..02da01e0 100644
--- a/tests/TestSuite_cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py
+++ b/tests/TestSuite_cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py
@@ -992,7 +992,7 @@ class Cvl_advance_iavf_rss_vlan_ah_l2tp_pfcp(TestCase):
def test_invalid_port(self):
rule = 'flow create 1 ingress pattern eth / ipv4 / udp / pfcp / end actions rss types pfcp end key_len 0 queues end / end'
- self.rsspro.create_rule(rule, check_stats=False, msg='No such device')
+ self.rsspro.create_rule(rule, check_stats=False, msg='Invalid port 1')
self.rsspro.check_rule(stats=False, rule_list=[rule])
pattern = 'Invalid port 1'
out = self.dut.send_command("flow list 1", timeout=1)
--
2.17.1
^ permalink raw reply [flat|nested] 6+ messages in thread
* [dts] [PATCH V2 1/6] tests/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp: update case code for dpdk code change
@ 2021-11-03 3:04 Jiale Song
0 siblings, 0 replies; 6+ messages in thread
From: Jiale Song @ 2021-11-03 3:04 UTC (permalink / raw)
To: dts; +Cc: Jiale Song
dpdk invalid port create rule echo change
commit fatal: bad o('1179f05cc9a044541106981b0366f474043d7872')
Signed-off-by: Jiale Song <songx.jiale@intel.com>
---
| 2 +-
| 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--git a/test_plans/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp_test_plan.rst b/test_plans/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp_test_plan.rst
index b9229f19..34f97ed9 100644
--- a/test_plans/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp_test_plan.rst
+++ b/test_plans/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp_test_plan.rst
@@ -1142,7 +1142,7 @@ Subcase 5: invalid port
Failed to create flow, report message::
- No such device: No such device
+ Invalid port 1
2. check the rule list on port 0::
--git a/tests/TestSuite_cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py b/tests/TestSuite_cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py
index df2f8d58..02da01e0 100644
--- a/tests/TestSuite_cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py
+++ b/tests/TestSuite_cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py
@@ -992,7 +992,7 @@ class Cvl_advance_iavf_rss_vlan_ah_l2tp_pfcp(TestCase):
def test_invalid_port(self):
rule = 'flow create 1 ingress pattern eth / ipv4 / udp / pfcp / end actions rss types pfcp end key_len 0 queues end / end'
- self.rsspro.create_rule(rule, check_stats=False, msg='No such device')
+ self.rsspro.create_rule(rule, check_stats=False, msg='Invalid port 1')
self.rsspro.check_rule(stats=False, rule_list=[rule])
pattern = 'Invalid port 1'
out = self.dut.send_command("flow list 1", timeout=1)
--
2.17.1
^ permalink raw reply [flat|nested] 6+ messages in thread
* [dts] [PATCH V2 1/6] tests/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp: update case code for dpdk code change
@ 2021-11-03 2:59 Jiale Song
0 siblings, 0 replies; 6+ messages in thread
From: Jiale Song @ 2021-11-03 2:59 UTC (permalink / raw)
To: dts; +Cc: Jiale Song
according to 1179f05cc9a044541106981b0366f474043d7872
dpdk invalid port create rule echo change
Signed-off-by: Jiale Song <songx.jiale@intel.com>
---
| 2 +-
| 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--git a/test_plans/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp_test_plan.rst b/test_plans/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp_test_plan.rst
index b9229f19..34f97ed9 100644
--- a/test_plans/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp_test_plan.rst
+++ b/test_plans/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp_test_plan.rst
@@ -1142,7 +1142,7 @@ Subcase 5: invalid port
Failed to create flow, report message::
- No such device: No such device
+ Invalid port 1
2. check the rule list on port 0::
--git a/tests/TestSuite_cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py b/tests/TestSuite_cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py
index df2f8d58..02da01e0 100644
--- a/tests/TestSuite_cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py
+++ b/tests/TestSuite_cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py
@@ -992,7 +992,7 @@ class Cvl_advance_iavf_rss_vlan_ah_l2tp_pfcp(TestCase):
def test_invalid_port(self):
rule = 'flow create 1 ingress pattern eth / ipv4 / udp / pfcp / end actions rss types pfcp end key_len 0 queues end / end'
- self.rsspro.create_rule(rule, check_stats=False, msg='No such device')
+ self.rsspro.create_rule(rule, check_stats=False, msg='Invalid port 1')
self.rsspro.check_rule(stats=False, rule_list=[rule])
pattern = 'Invalid port 1'
out = self.dut.send_command("flow list 1", timeout=1)
--
2.17.1
^ permalink raw reply [flat|nested] 6+ messages in thread
* [dts] [PATCH V2 1/6] tests/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp: update case code for dpdk code change
@ 2021-11-03 2:49 Jiale Song
0 siblings, 0 replies; 6+ messages in thread
From: Jiale Song @ 2021-11-03 2:49 UTC (permalink / raw)
To: dts; +Cc: Jiale Song
dpdk invalid port create rule echo change
dpdk commit: 1179f05cc9a044541106981b0366f474043d7872
Signed-off-by: Jiale Song <songx.jiale@intel.com>
---
| 2 +-
| 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--git a/test_plans/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp_test_plan.rst b/test_plans/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp_test_plan.rst
index b9229f19..34f97ed9 100644
--- a/test_plans/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp_test_plan.rst
+++ b/test_plans/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp_test_plan.rst
@@ -1142,7 +1142,7 @@ Subcase 5: invalid port
Failed to create flow, report message::
- No such device: No such device
+ Invalid port 1
2. check the rule list on port 0::
--git a/tests/TestSuite_cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py b/tests/TestSuite_cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py
index df2f8d58..02da01e0 100644
--- a/tests/TestSuite_cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py
+++ b/tests/TestSuite_cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp.py
@@ -992,7 +992,7 @@ class Cvl_advance_iavf_rss_vlan_ah_l2tp_pfcp(TestCase):
def test_invalid_port(self):
rule = 'flow create 1 ingress pattern eth / ipv4 / udp / pfcp / end actions rss types pfcp end key_len 0 queues end / end'
- self.rsspro.create_rule(rule, check_stats=False, msg='No such device')
+ self.rsspro.create_rule(rule, check_stats=False, msg='Invalid port 1')
self.rsspro.check_rule(stats=False, rule_list=[rule])
pattern = 'Invalid port 1'
out = self.dut.send_command("flow list 1", timeout=1)
--
2.17.1
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-11-09 9:41 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-03 3:10 [dts] [PATCH V2 1/6] tests/cvl_advanced_iavf_rss_vlan_esp_ah_l2tp_pfcp: update case code for dpdk code change Jiale Song
-- strict thread matches above, loose matches on Subject: below --
2021-11-09 9:40 Jiale Song
2021-11-03 3:12 Jiale Song
2021-11-03 3:04 Jiale Song
2021-11-03 2:59 Jiale Song
2021-11-03 2:49 Jiale Song
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).