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 ED105A0032; Thu, 12 May 2022 07:05:58 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BC46A410EF; Thu, 12 May 2022 07:05:58 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 79E7F40E64 for ; Thu, 12 May 2022 07:05:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652331957; x=1683867957; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=5Q6RG/DzerD+E7XihtE3Nb0Q9982waRSRGykguITg9c=; b=JpeEDaFAOlyMr8rg/zdQ+GJbws4sLAebFH+gxYQZx7eFC/9oH0dbnNXk Kwkai+wfxmCvONR9Tv+XoxIajcujR2hEsiKrOsG38ZXazF/AQSCYbwmjS EPptBd1n3kyK89YJ/mr6xH3fjLCC172Drphv+gGVVyqLvgWcjOEXqu25Z ShepB+CzYxHbYM4h+a5vr+wbYZQwQxLPEm6eUDPBX7Aa6++fqt+HKhi4A M7jrxEMC4pymSYlJVWGWTCbPRpMs0IO7EeThpVzGHwUrFj7jYvtubVTlo 9rOWExjxbiRCFRFzmf2jcTidyO3lLWc/bQNDt0wKVNEJEw9MtxWd9be3b w==; X-IronPort-AV: E=McAfee;i="6400,9594,10344"; a="332929983" X-IronPort-AV: E=Sophos;i="5.91,218,1647327600"; d="scan'208";a="332929983" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 May 2022 22:05:55 -0700 Message-Id: <87f1b2$gs8f2b@orsmga007-auth.jf.intel.com> Date: 11 May 2022 22:05:54 -0700 X-IronPort-AV: E=Sophos;i="5.91,218,1647327600"; d="scan'208";a="566508626" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 May 2022 22:05:54 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [6/6] tests/*: replace codename in test suites From: lijuan.tu@intel.com To: dts@dpdk.org,Jun Dong Cc: lijuan.tu@intel.com,qingx.sun@intel.com,junx.dong@intel.com In-Reply-To: <20220510095431.3270-7-junx.dong@intel.com> 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: , Reply-To: Jun Dong Errors-To: dts-bounces@dpdk.org On Tue, 10 May 2022 17:54:31 +0800, Jun Dong wrote: > Signed-off-by: Jun Dong Reviewed-by: Lijuan Tu Series applied, thanks