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 F0C5FA0096 for ; Tue, 4 Jun 2019 09:58:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B52451BB0B; Tue, 4 Jun 2019 09:58:18 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id C380B1BAC7 for ; Tue, 4 Jun 2019 09:58:17 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Jun 2019 00:58:16 -0700 X-ExtLoop1: 1 Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by fmsmga001.fm.intel.com with ESMTP; 04 Jun 2019 00:58:15 -0700 From: Peng Yuan To: dts@dpdk.org Cc: Peng Yuan Date: Tue, 4 Jun 2019 16:02:37 +0800 Message-Id: <1559635357-134347-1-git-send-email-yuan.peng@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH]tests: correct test case name 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" Correct the name of test case. Signed-off-by: Peng Yuan diff --git a/tests/TestSuite_unit_tests_crc.py b/tests/TestSuite_unit_tests_crc.py index 2230ebf..334a651 100644 --- a/tests/TestSuite_unit_tests_crc.py +++ b/tests/TestSuite_unit_tests_crc.py @@ -32,7 +32,7 @@ """ DPDK Test suite. -Cmdline autotest +Crc autotest """ @@ -65,9 +65,9 @@ class TestUnitTestsCrc(TestCase): """ pass - def test_cmdline(self): + def test_crc(self): """ - Run cmdline autotests in RTE command line. + Run crc autotests in RTE command line. """ self.dut.send_expect("./%s/app/test -n 1 -c %s" % (self.target, self.coremask), "R.*T.*E.*>.*>", 60) -- 2.7.4