From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 6EA3B4CAF; Tue, 13 Nov 2018 17:08:58 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Nov 2018 08:08:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,499,1539673200"; d="scan'208";a="91728602" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga008.jf.intel.com with ESMTP; 13 Nov 2018 08:08:56 -0800 Received: from irsmsx110.ger.corp.intel.com ([169.254.15.20]) by IRSMSX152.ger.corp.intel.com ([169.254.6.64]) with mapi id 14.03.0415.000; Tue, 13 Nov 2018 16:08:55 +0000 From: "Pattan, Reshma" To: "Poornima, PallantlaX" , "dev@dpdk.org" CC: "Yigit, Ferruh" , "stable@dpdk.org" Thread-Topic: [PATCH] test: fix to skip kni autotest Thread-Index: AQHUe1lRdlZJ8y5P9UOMWmJAZsSwqqVN31tA Date: Tue, 13 Nov 2018 16:08:54 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A3D2F68@irsmsx110.ger.corp.intel.com> References: <1542117615-30834-1-git-send-email-pallantlax.poornima@intel.com> In-Reply-To: <1542117615-30834-1-git-send-email-pallantlax.poornima@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTQ2M2Q3NWUtZTI5MS00ODZiLWFkMjAtOTAyNWI2ZmQ5OTM2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiSzJHcXFcL3pPRDFEK3grVWxLWm4xOEpkY2tsaXRidGhDWHR0Y1JcL3VZNExRS3JUZ2M3cTlveVZwd01PaWZWa1J0In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] test: fix to skip kni autotest X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Nov 2018 16:08:59 -0000 > -----Original Message----- > From: Poornima, PallantlaX > Sent: Tuesday, November 13, 2018 2:00 PM > To: dev@dpdk.org > Cc: Pattan, Reshma ; Yigit, Ferruh > ; Poornima, PallantlaX > ; stable@dpdk.org > Subject: [PATCH] test: fix to skip kni autotest >=20 > Kni_autotest should be skipped if rte_kni.ko module is not loaded. > Hence changed return as TEST_SKIPPED. >=20 > Fixes: ee1caebc4d ("test/kni: check module dependency") > Cc: stable@dpdk.org >=20 > Signed-off-by: Pallantla Poornima Acked-by: Reshma Pattan