[PATHC,V1,0/2] add new case for check profile delete
Message ID | 20200824154642.27295-1-jianweix.mei@intel.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dts-bounces@dpdk.org> X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id EF76BA04AC; Mon, 24 Aug 2020 09:06:46 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E2FD11BECC; Mon, 24 Aug 2020 09:06:46 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 1188D1BECB for <dts@dpdk.org>; Mon, 24 Aug 2020 09:06:44 +0200 (CEST) IronPort-SDR: dZE0Ut9ZyNHkdWeWsitaujHQNRzGAX8JNRgreiA5p6k0AIQsaIgi2MZ+GCu/7JylTS2IiJexFD Wg664wYeH1hw== X-IronPort-AV: E=McAfee;i="6000,8403,9722"; a="153438494" X-IronPort-AV: E=Sophos;i="5.76,347,1592895600"; d="scan'208";a="153438494" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Aug 2020 00:06:44 -0700 IronPort-SDR: dOKrpnCwWHkbTA2uwpcJZrQRia/ujjGwXDEXyIAIFV6me7mU40BNgbOpTzmrJdKtpOCfhiFUta l7S34JHN3/9Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,347,1592895600"; d="scan'208";a="330911866" Received: from unknown (HELO localhost.localdomain) ([10.240.183.106]) by fmsmga002.fm.intel.com with ESMTP; 24 Aug 2020 00:06:43 -0700 From: Jianwei Mei <jianweix.mei@intel.com> To: dts@dpdk.org Cc: Jianwei Mei <jianweix.mei@intel.com> Date: Mon, 24 Aug 2020 15:46:40 +0000 Message-Id: <20200824154642.27295-1-jianweix.mei@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATHC V1 0/2] add new case for check profile delete X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions <dts.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dts>, <mailto:dts-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dts/> List-Post: <mailto:dts@dpdk.org> List-Help: <mailto:dts-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dts>, <mailto:dts-request@dpdk.org?subject=subscribe> Errors-To: dts-bounces@dpdk.org Sender: "dts" <dts-bounces@dpdk.org> |
Message
Mei, JianweiX
Aug. 24, 2020, 3:46 p.m. UTC
Update rules of gtpu and add new case for check profile delete. Add list type to deal with mark id for multiple rules. Jianwei Mei (2): tests/iavf_fdir: update rules of gtpu and add new case for check profile delete. tests/rte_flow_common: deal with type list of mark id. tests/TestSuite_iavf_fdir.py | 47 +++++++++++++++++++++++++++++++++--- tests/rte_flow_common.py | 12 +++++++-- 2 files changed, 54 insertions(+), 5 deletions(-)