From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jananee Parthasarathy Subject: [PATCH v4 0/4] enhance autotest config and test targets Date: Wed, 23 May 2018 12:41:34 +0100 Message-ID: <1527075698-11308-1-git-send-email-jananeex.m.parthasarathy@intel.com> References: <1526399929-24299-1-git-send-email-jananeex.m.parthasarathy@intel.com> Cc: reshma.pattan@intel.com, Jananee Parthasarathy To: dev@dpdk.org, anatoly.burakov@intel.com Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 6CE952C8 for ; Wed, 23 May 2018 13:41:43 +0200 (CEST) In-Reply-To: <1526399929-24299-1-git-send-email-jananeex.m.parthasarathy@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 1/4: new test cases are added to autotest config 2/4: skipped test case result is updated appropriately 3/4: test cmdline is updated to support freebsd 4/4: added make targets for group of testcases --- v4: classify testcases based on priority and run with different targets --- Jananee Parthasarathy (4): app/test: enhance autotest config app/test: update result for skipped test cases app/test: enhance freebsd support in autotest config mk: update make targets for classified testcases mk/rte.sdkroot.mk | 4 +- mk/rte.sdktest.mk | 33 ++- test/test/autotest_data.py | 471 ++++++++++++++++++++++++++++++++++++++- test/test/autotest_runner.py | 8 +- test/test/autotest_test_funcs.py | 6 +- 5 files changed, 502 insertions(+), 20 deletions(-) mode change 100644 => 100755 test/test/autotest_data.py mode change 100644 => 100755 test/test/autotest_test_funcs.py -- 1.7.12.2