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 73DE3A0C4E; Fri, 15 Oct 2021 08:57:27 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6929D41166; Fri, 15 Oct 2021 08:57:27 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 26F384003C for ; Fri, 15 Oct 2021 08:57:24 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10137"; a="227756491" X-IronPort-AV: E=Sophos;i="5.85,375,1624345200"; d="scan'208";a="227756491" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Oct 2021 23:57:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,375,1624345200"; d="scan'208";a="492349331" Received: from dpdk-moyufen06.sh.intel.com ([10.67.116.208]) by orsmga008.jf.intel.com with ESMTP; 14 Oct 2021 23:57:22 -0700 From: Yufen Mo To: dts@dpdk.org, yuan.peng@intel.com Cc: Yufen Mo Date: Fri, 15 Oct 2021 14:58:37 +0800 Message-Id: <20211015065837.19164-2-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20211015065837.19164-1-yufengx.mo@intel.com> References: <20211015065837.19164-1-yufengx.mo@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V1 1/1] cvl_dcf_qos: upload script 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 Sender: "dts" CVL configure QoS for vf/vsi in DCF. Signed-off-by: Yufen Mo --- tests/TestSuite_cvl_dcf_qos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_cvl_dcf_qos.py b/tests/TestSuite_cvl_dcf_qos.py index 4e8e181e..8efcc1d4 100644 --- a/tests/TestSuite_cvl_dcf_qos.py +++ b/tests/TestSuite_cvl_dcf_qos.py @@ -156,7 +156,7 @@ class TestCvlDcfQos(TestCase): for traffic_task, _result in zip(_traffic_tasks, results): stream_ids, _, expected_t = traffic_task result, pmd_stat, queue_stats = _result - + if not isinstance(expected_t, list): expected_t = [expected_t] for _expected_t in expected_t: -- 2.21.0