From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 5F3681B7C4 for ; Tue, 15 May 2018 17:58:59 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 May 2018 08:58:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,403,1520924400"; d="scan'208";a="228699710" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga005.fm.intel.com with ESMTP; 15 May 2018 08:58:57 -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 w4FFwuSi031912; Tue, 15 May 2018 16:58:56 +0100 Received: from wgcvswdev001.ir.intel.com (localhost [127.0.0.1]) by wgcvswdev001.ir.intel.com with ESMTP id w4FFwujH024355; Tue, 15 May 2018 16:58:56 +0100 Received: (from jmparthx@localhost) by wgcvswdev001.ir.intel.com with œ id w4FFwuBd024351; Tue, 15 May 2018 16:58:56 +0100 From: Jananee Parthasarathy To: dev@dpdk.org, anatoly.burakov@intel.com Cc: reshma.pattan@intel.com, Jananee Parthasarathy Date: Tue, 15 May 2018 16:58:46 +0100 Message-Id: <1526399929-24299-1-git-send-email-jananeex.m.parthasarathy@intel.com> X-Mailer: git-send-email 1.7.12.2 In-Reply-To: <1525948573-26007-1-git-send-email-jananeex.m.parthasarathy@intel.com> References: <1525948573-26007-1-git-send-email-jananeex.m.parthasarathy@intel.com> Subject: [dpdk-dev] [PATCH v3 0/3] enhance sanity scripts X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 15:58:59 -0000 1/3: new test cases are added to sanity script 2/3: skipped test case result is updated appropriately 3/3: test cmdline is updated to support freebsd Signed-off-by: Jananee Parthasarathy Reviewed-by: Reshma Pattan Reviewed-by: Anatoly Burakov --- v3: created separate patches for all sanity script changes --- Jananee Parthasarathy (3): app/test: enhance sanity script app/test: update result for skipped test cases app/test: enhance freebsd support in sanity script test/test/autotest_data.py | 471 ++++++++++++++++++++++++++++++++++++++- test/test/autotest_runner.py | 8 +- test/test/autotest_test_funcs.py | 6 +- 3 files changed, 473 insertions(+), 12 deletions(-) mode change 100644 => 100755 test/test/autotest_data.py mode change 100644 => 100755 test/test/autotest_test_funcs.py -- 1.7.12.2