From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 94498A046B for ; Tue, 25 Jun 2019 10:19:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0F65E1BBDB; Tue, 25 Jun 2019 10:19:12 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 793551B4B6 for ; Tue, 25 Jun 2019 10:19:11 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jun 2019 01:19:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,415,1557212400"; d="scan'208";a="244998232" Received: from itecstvdts01.sh.intel.com ([10.67.111.114]) by orsmga001.jf.intel.com with ESMTP; 25 Jun 2019 01:19:09 -0700 From: yufengmx To: dts@dpdk.org Cc: yufengmx Date: Tue, 25 Jun 2019 16:20:14 +0800 Message-Id: <1561450815-144605-1-git-send-email-yufengx.mo@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V3][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 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 | 508 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 508 insertions(+) create mode 100644 tests/TestSuite_flow_classify.py -- 1.9.3