From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt0-f225.google.com (mail-qt0-f225.google.com [209.85.216.225]) by dpdk.org (Postfix) with ESMTP id 5AABA1B168 for ; Tue, 20 Feb 2018 18:26:23 +0100 (CET) Received: by mail-qt0-f225.google.com with SMTP id a9so17307016qtj.8 for ; Tue, 20 Feb 2018 09:26:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=MPfmf4xOUsm38cCzMWSKTWFabpq1WgDFmSDOa0gS6LU=; b=Ee2YJtETz5FwdWl9eCELnMcmpEND5RUmUUmJTsfaNB3uss/6KN71PfoZWHIglCYm2K VTWD0kS5wmZRwkvulbYjL9CzWbBQZHaylhSRksbiLumqlbjtCZ1myxb32dB5186pQCHr upNstHf6qyvx549ZhJ03Jlzu9O35VXj0nbCDo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=MPfmf4xOUsm38cCzMWSKTWFabpq1WgDFmSDOa0gS6LU=; b=mR/rjyD00fmnwhxZFMH9HenDtzxUIwF9SBTai+6LDa8ulrytt3HnjPZLTWui4uhicc X+f8N+kVZfTRR+QTgQgEgDkcmioSjVMJvC9cbA947F0RC3RwwNlp7TkOGXa3HJ/3KaN4 KN7Hv4OOaPI5agxNcDAiKLnK/r4nXAYfPXN/Cw+5UL5DryjjmmTWSF0KmruuRCNkWe/5 6J9yEcZrHaZD90ehNFOH5QRQ3TsUKh+ytr2K4Pbyb6XeXlGkbCgEBElUaO/VBerYBVOB nfrr5AWJZqZdf9g8DYw4uFYJmus+07ezGrO+c4YqQaBIQe6z59X5gXkU0MLWJtSyBTVD sCbg== X-Gm-Message-State: APf1xPDm45vRUJU7UGu3Q71dOTJ7Tg7GATlQCCoPWAsXj+coeypxuQPf p324dhXBJbi8Rf1hWIIjPFEQgez/TJoUYpAHjvD5Tk56fYyiBfhS4flFq9vlPL79LQRNY/vHrSo WjOgrcN8o5+3+rtiu622dSSHvbenkwv3tCe9yJmi9jsa2KyBAuIQm0a8BXD3MS6WvTFYyjKiQai X8BBtVJV0x++yywg== X-Google-Smtp-Source: AH8x226k015rqi0UYPDm03C0w5G5hNIP+sgaVo6CVUN9fuC+6lRG9SAOjdsSJgDLfuxDVZpUTbIyYI/asccU X-Received: by 10.200.97.86 with SMTP id d22mr475945qtm.217.1519147577996; Tue, 20 Feb 2018 09:26:17 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id z200sm839944qkb.1.2018.02.20.09.26.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 20 Feb 2018 09:26:17 -0800 (PST) X-Relaying-Domain: iol.unh.edu Received: from groose.iol.unh.edu (unknown [IPv6:2606:4100:3880:1240:948e:929b:6d8b:f08a]) by postal.iol.unh.edu (Postfix) with ESMTP id 27CEE6132CAA; Tue, 20 Feb 2018 12:26:17 -0500 (EST) From: Patrick MacArthur To: dts@dpdk.org Cc: pmacarth@iol.unh.edu, dpdklab@iol.unh.edu Date: Tue, 20 Feb 2018 12:26:12 -0500 Message-Id: <20180220172612.11973-7-pmacarth@iol.unh.edu> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20180220172612.11973-1-pmacarth@iol.unh.edu> References: <20180220172612.11973-1-pmacarth@iol.unh.edu> Subject: [dts] [PATCH for-next 6/6] tests/TestSuite_nic_single_core_perf: Fix 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: , X-List-Received-Date: Tue, 20 Feb 2018 17:26:23 -0000 The test framework will only run performance tests that start with test_perf_. Fix the name so that the nic_single_core_perf test is run. Tested-by: Ali Alnubani Signed-off-by: Patrick MacArthur --- tests/TestSuite_nic_single_core_perf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_nic_single_core_perf.py b/tests/TestSuite_nic_single_core_perf.py index bff763c129fa..2a0934742623 100644 --- a/tests/TestSuite_nic_single_core_perf.py +++ b/tests/TestSuite_nic_single_core_perf.py @@ -97,7 +97,7 @@ class TestNicSingleCorePerf(TestCase): else: raise Exception("Not required NIC") - def test_nic_single_core_perf(self): + def test_perf_nic_single_core_perf(self): """ Run nic single core performance """ -- 2.14.1