From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <jmparthx@ecsmtp.ir.intel.com>
Received: from mga11.intel.com (mga11.intel.com [192.55.52.93])
 by dpdk.org (Postfix) with ESMTP id 6CE952C8
 for <dev@dpdk.org>; Wed, 23 May 2018 13:41:43 +0200 (CEST)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from orsmga008.jf.intel.com ([10.7.209.65])
 by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 23 May 2018 04:41:42 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.49,432,1520924400"; d="scan'208";a="43565598"
Received: from irvmail001.ir.intel.com ([163.33.26.43])
 by orsmga008.jf.intel.com with ESMTP; 23 May 2018 04:41:40 -0700
Received: from wgcvswdev001.ir.intel.com (wgcvswdev001.ir.intel.com
 [10.102.246.100])
 by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id
 w4NBfeWG006724; Wed, 23 May 2018 12:41:40 +0100
Received: from wgcvswdev001.ir.intel.com (localhost [127.0.0.1])
 by wgcvswdev001.ir.intel.com with ESMTP id w4NBfe67011355;
 Wed, 23 May 2018 12:41:40 +0100
Received: (from jmparthx@localhost)
	by wgcvswdev001.ir.intel.com with œ id w4NBfekH011351;
	Wed, 23 May 2018 12:41:40 +0100
From: Jananee Parthasarathy <jananeex.m.parthasarathy@intel.com>
To: dev@dpdk.org, anatoly.burakov@intel.com
Cc: reshma.pattan@intel.com,
 Jananee Parthasarathy <jananeex.m.parthasarathy@intel.com>
Date: Wed, 23 May 2018 12:41:34 +0100
Message-Id: <1527075698-11308-1-git-send-email-jananeex.m.parthasarathy@intel.com>
X-Mailer: git-send-email 1.7.12.2
In-Reply-To: <1526399929-24299-1-git-send-email-jananeex.m.parthasarathy@intel.com>
References: <1526399929-24299-1-git-send-email-jananeex.m.parthasarathy@intel.com>
Subject: [dpdk-dev] [PATCH v4 0/4] enhance autotest config and test targets
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 23 May 2018 11:41:43 -0000

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