From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id D2952A2EFC for ; Fri, 20 Sep 2019 04:20:21 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A51EA1F1ED; Fri, 20 Sep 2019 04:20:21 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id B8A231F1DC for ; Fri, 20 Sep 2019 04:20:19 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Sep 2019 19:20:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,526,1559545200"; d="scan'208";a="338853790" Received: from dpdk-moyufen06.sh.intel.com ([10.67.117.220]) by orsmga004.jf.intel.com with ESMTP; 19 Sep 2019 19:20:17 -0700 From: yufengmx To: dts@dpdk.org, lijuan.tu@intel.com, xueqin.lin@intel.com, pingx.yu@intel.com Cc: yufengmx Date: Fri, 20 Sep 2019 10:21:50 +0800 Message-Id: <20190920022151.11817-1-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V4 0/1] [examples/flow_classify]: upload automation test script X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" upload examples/flow_classify automation test script v4: - rebase source code. - v3: - Follow Lin Xueqin suggestion - refactor source code to run functional test cases. - rename suite from ipfix_flow_classify to flow_classify. - rename suite class TestIpfixFlowClassify to TestFlowClassify. - remove ixia burst traffic source code of framework. - remove ixia burst traffic source code/comment in suite script. - remove burst packet type limitation. - remove flow classify process status check methods. - remove performance test cases. - add functional test cases: - test_udp_valid_rule - test_udp_invalid_rule - test_tcp_valid_rule - test_tcp_invalid_rule - test_sctp_valid_rule - test_sctp_invalid_rule - test_whole_rules - change core mask from mutiple cores to one core. - update copy right year. yufengmx (1): [examples/flow_classify]: upload automation test script tests/TestSuite_flow_classify.py | 509 +++++++++++++++++++++++++++++++ 1 file changed, 509 insertions(+) create mode 100644 tests/TestSuite_flow_classify.py -- 2.21.0