From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D9556A0093; Tue, 10 May 2022 11:54:47 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D124842821; Tue, 10 May 2022 11:54:47 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 53A1F4069D for ; Tue, 10 May 2022 11:54:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652176486; x=1683712486; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=vO7jMtw4ByaIzbPg7xPD/kixVKUn0a8E8ddWjQ3DxUE=; b=NSLl6gj3SsysyK2hZ7bRo3DSJccfYWXxkVcz0/Ds6JcAm13SJ3l2sG6f HZPPu8DFSitYSY1QFOjXk0AdePp9DQUi5RaS+Tn3lZTEL8t+bpjrpUxH7 2c2cdQHKL9ACfeG0m6v62/G85i0CHSYaHwldtUE9JFKaZLcTn3gmpezyz yzNSUjCxEbFCgSegnBuJb7viM/JOpPXNDTmegZGNHDRxbtxvH3bAsYQXz 7y7hZ1nLIjLvgnRB1FcN5B1rG8SBVwn7V0Iec8LFOFe+ZE4/ml/CBvhHZ zX7DnwGp08mQIldyBSQZl4RwnJQcXaiUF5Xf2WHNKYiEQB3iJ0cmnObGF A==; X-IronPort-AV: E=McAfee;i="6400,9594,10342"; a="268164386" X-IronPort-AV: E=Sophos;i="5.91,214,1647327600"; d="scan'208";a="268164386" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 May 2022 02:54:46 -0700 X-IronPort-AV: E=Sophos;i="5.91,214,1647327600"; d="scan'208";a="657575957" Received: from shwdenpg197.ccr.corp.intel.com ([10.253.109.70]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 May 2022 02:54:44 -0700 From: Jun Dong To: dts@dpdk.org Cc: lijuan.tu@intel.com, qingx.sun@intel.com, junx.dong@intel.com Subject: [dts] [3/6] executions/*: replace codename in executeion configurations Date: Tue, 10 May 2022 17:54:28 +0800 Message-Id: <20220510095431.3270-4-junx.dong@intel.com> X-Mailer: git-send-email 2.33.1.windows.1 In-Reply-To: <20220510095431.3270-1-junx.dong@intel.com> References: <20220510095431.3270-1-junx.dong@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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 Signed-off-by: Jun Dong --- executions/execution.cfg | 2 +- executions/execution_FVL.cfg | 2 +- executions/execution_fm10k.cfg | 2 +- executions/execution_smoke.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/executions/execution.cfg b/executions/execution.cfg index 73ff0be2..bc9c7fa3 100644 --- a/executions/execution.cfg +++ b/executions/execution.cfg @@ -44,4 +44,4 @@ test_suites= pmd targets= x86_64-native-linuxapp-gcc -parameters=nic_type=niantic:perf=true +parameters=nic_type=IXGBE_10G-82599_SFP:perf=true diff --git a/executions/execution_FVL.cfg b/executions/execution_FVL.cfg index 8a71bbea..ae10df48 100644 --- a/executions/execution_FVL.cfg +++ b/executions/execution_FVL.cfg @@ -45,4 +45,4 @@ test_suites= pmd targets= x86_64-native-linuxapp-gcc -parameters=nic_type=niantic:perf=true +parameters=nic_type=IXGBE_10G-82599_SFP:perf=true diff --git a/executions/execution_fm10k.cfg b/executions/execution_fm10k.cfg index b535d78f..779d9032 100644 --- a/executions/execution_fm10k.cfg +++ b/executions/execution_fm10k.cfg @@ -26,4 +26,4 @@ test_suites= l3fwd, targets= x86_64-native-linuxapp-gcc -parameters=nic_type=niantic:perf=true +parameters=nic_type=IXGBE_10G-82599_SFP:perf=true diff --git a/executions/execution_smoke.cfg b/executions/execution_smoke.cfg index 6f35578d..c7b5cbb3 100644 --- a/executions/execution_smoke.cfg +++ b/executions/execution_smoke.cfg @@ -29,4 +29,4 @@ test_suites= blocklist targets= x86_64-native-linuxapp-gcc -parameters=nic_type=niantic:func=true +parameters=nic_type=IXGBE_10G-82599_SFP:func=true -- 2.25.1