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 A0C96A0350; Tue, 23 Jun 2020 04:32:55 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 974821D591; Tue, 23 Jun 2020 04:32:55 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id E90991D57B for ; Tue, 23 Jun 2020 04:32:52 +0200 (CEST) IronPort-SDR: nTrEUlQt8Qy1oqaLfPhj48IWrdeoI+FlikCY+gDOlk1J0bnm11aMhIrbdiYvwHnmuFvDKS6gIC uQUCUgrogEVQ== X-IronPort-AV: E=McAfee;i="6000,8403,9660"; a="141437394" X-IronPort-AV: E=Sophos;i="5.75,269,1589266800"; d="scan'208";a="141437394" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jun 2020 19:32:52 -0700 IronPort-SDR: qh2lSn5e5MGPO8hW+3NVs2ymaYk6fwtFba4S93Il1rsyR3XA8YoQb1fuVQvguJXLrC+kThJxGK m1iqIqyQCvEA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,269,1589266800"; d="scan'208";a="311131252" Received: from unknown (HELO dpdk-zhaohy-t.localdomain) ([10.240.183.68]) by fmsmga002.fm.intel.com with ESMTP; 22 Jun 2020 19:32:51 -0700 From: Haiyang Zhao To: dts@dpdk.org Cc: Haiyang Zhao Date: Tue, 23 Jun 2020 10:21:33 +0800 Message-Id: <1592878901-216102-7-git-send-email-haiyangx.zhao@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1592878901-216102-1-git-send-email-haiyangx.zhao@intel.com> References: <1592878901-216102-1-git-send-email-haiyangx.zhao@intel.com> Subject: [dts] [PATCH V1 06/14] test_plans/iavf_package_driver_error_handle: fix build warnings and errors 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Signed-off-by: Haiyang Zhao --- test_plans/iavf_package_driver_error_handle_test_plan.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test_plans/iavf_package_driver_error_handle_test_plan.rst b/test_plans/iavf_package_driver_error_handle_test_plan.rst index 7294258..23978ea 100644 --- a/test_plans/iavf_package_driver_error_handle_test_plan.rst +++ b/test_plans/iavf_package_driver_error_handle_test_plan.rst @@ -87,6 +87,7 @@ Expected output in ctreat result:: The rule create should fail and with cause with below iavf_flow_create(): Failed to create flow port_flow_complain(): Caught PMD error type 2 (flow rule (handle)): Failed to create parser engine.: Invalid argument + Note. the rule should create fail, because the rule should does not support in old driver version. Test Case 2: Check latst driver and invalid commes pkg compatibility @@ -101,5 +102,6 @@ Test Case 2: Check latst driver and invalid commes pkg compatibility Expected output in VF start result:: echo 1 > /sys/bus/pci/devices/0000\:b1\:00.0/sriov_numvfs - -bash: echo: write error: Operation not supported + -bash: echo: write error: Operation not supported + Note. the error log is expected, because the vf does not support invalid commes pkg. -- 1.8.3.1