From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 73A72A2EEB for ; Fri, 13 Sep 2019 10:13:55 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E0D181F086; Fri, 13 Sep 2019 10:13:54 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id 9C4901F00A for ; Fri, 13 Sep 2019 10:13:53 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id x8D8ASqV003546; Fri, 13 Sep 2019 01:13:52 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-type; s=pfpt0818; bh=cLzMwNnZyzc7w19m2DErc29We1PD2HH5MRjyQnZv8tg=; b=mSjEneFft9dLGojAze4ectMTzqvJk/Mjk9y07RaIU2RTTE2197wFpAl0WLj3wAgT23OK FFtzh06/mIk+a51knAI/t3+jLEAccU8prKnEXgSO+f8CJgYb46KFCYpM4x3Vq5L43/iV lne5qNZTEtZtYgdRBOPZZh8r2KvETpIk/YIkjYrdP7+MddK6DoYtfhcj+wZL2LW1vNgQ GPk7Y7GpKk80hiGHi/QriLxrTpavpby1zq6H/7fTCjVpBGlCWNUOXLsWawtX45CcbnQQ kGbfqh9SdEgZ/VK+RxcplOvFKq7nlU/FKGk73+KPEZDBgxe0c+K7ui92CSeOJ521KXro kw== Received: from sc-exch02.marvell.com ([199.233.58.182]) by mx0a-0016f401.pphosted.com with ESMTP id 2uytdh3038-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Fri, 13 Sep 2019 01:13:52 -0700 Received: from SC-EXCH03.marvell.com (10.93.176.83) by SC-EXCH02.marvell.com (10.93.176.82) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Fri, 13 Sep 2019 01:13:51 -0700 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH03.marvell.com (10.93.176.83) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Fri, 13 Sep 2019 01:13:51 -0700 Received: from dc7-eodlnx04.marvell.com (dc7-eodlnx04.marvell.com [10.28.113.54]) by maili.marvell.com (Postfix) with ESMTP id 99DB73F703F; Fri, 13 Sep 2019 01:13:49 -0700 (PDT) From: To: Yipeng Wang , Sameh Gobriel , Bruce Richardson , Pablo de Lara CC: , Amit Gupta Date: Fri, 13 Sep 2019 13:42:36 +0530 Message-ID: <1568362357-18061-1-git-send-email-agupta3@marvell.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1567748973-24192-3-git-send-email-agupta3@marvell.com> References: <1567748973-24192-3-git-send-email-agupta3@marvell.com> MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.70,1.0.8 definitions=2019-09-13_05:2019-09-11,2019-09-13 signatures=0 Subject: [dpdk-dev] [PATCH v2 1/1] test/meson: hash lf test moved to dpdk perf testsuite 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" From: Amit Gupta hash_readwrite_lf test always getting TIMEOUT as required time to finish this test was much longer compare to time required for fast tests(10s). Hence, the test is being renamed moved to perf test category for its execution to complete. Signed-off-by: Amit Gupta --- app/test/meson.build | 2 +- app/test/test_hash_readwrite_lf.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/test/meson.build b/app/test/meson.build index 94fd9f8..57d5316 100644 --- a/app/test/meson.build +++ b/app/test/meson.build @@ -220,7 +220,6 @@ fast_test_names = [ 'eventdev_common_autotest', 'fbarray_autotest', 'hash_readwrite_func_autotest', - 'hash_readwrite_lf_autotest', 'ipsec_autotest', 'kni_autotest', 'kvargs_autotest', @@ -263,6 +262,7 @@ perf_test_names = [ 'stack_lf_perf_autotest', 'rand_perf_autotest', 'hash_readwrite_perf_autotest', + 'hash_readwrite_lf_perf_autotest', ] driver_test_names = [ diff --git a/app/test/test_hash_readwrite_lf.c b/app/test/test_hash_readwrite_lf.c index 1f2fba4..33d63fa 100644 --- a/app/test/test_hash_readwrite_lf.c +++ b/app/test/test_hash_readwrite_lf.c @@ -1431,4 +1431,5 @@ struct { return 0; } -REGISTER_TEST_COMMAND(hash_readwrite_lf_autotest, test_hash_readwrite_lf_main); +REGISTER_TEST_COMMAND(hash_readwrite_lf_perf_autotest, + test_hash_readwrite_lf_main); -- 1.8.3.1