test suite reviews and discussions
 help / color / mirror / Atom feed
From: Xiang An <xiangx.an@intel.com>
To: dts@dpdk.org
Cc: xiangx.an@intel.com
Subject: [dts] [PATCH V1] tests/cvl_switch_filter: gtpu only supports comms
Date: Wed, 27 Oct 2021 15:42:38 +0800	[thread overview]
Message-ID: <1635320558-145533-1-git-send-email-xiangx.an@intel.com> (raw)

related gtpu only support comms pkg.

Signed-off-by: Xiang An <xiangx.an@intel.com>
---
 tests/TestSuite_cvl_switch_filter.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/TestSuite_cvl_switch_filter.py b/tests/TestSuite_cvl_switch_filter.py
index 59d9584..1f32d5d 100755
--- a/tests/TestSuite_cvl_switch_filter.py
+++ b/tests/TestSuite_cvl_switch_filter.py
@@ -3366,9 +3366,11 @@ class CVLSwitchFilterTest(TestCase):
     def test_mac_ipv4_nvgre_eth_ipv4_l4_mask_non_pipeline_mode(self):
         self._rte_flow_validate_pattern(tvs_mac_ipv4_nvgre_eth_ipv4_l4_mask_non_pipeline_mode)
 
+    @skip_unsupported_pkg(['os', 'wireless'])
     def test_mac_ipv4_gtpu_l4_mask_pipeline_mode(self):
         self._rte_flow_validate_pattern(tvs_mac_ipv4_gtpu_l4_mask_pipeline_mode)
 
+    @skip_unsupported_pkg(['os', 'wireless'])
     def test_mac_ipv6_gtpu_l4_mask_non_pipeline_mode(self):
         self._rte_flow_validate_pattern(tvs_mac_ipv6_gtpu_l4_mask_non_pipeline_mode)
 
-- 
1.8.3.1


                 reply	other threads:[~2021-10-27  7:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1635320558-145533-1-git-send-email-xiangx.an@intel.com \
    --to=xiangx.an@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).