From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v2 1/1] tc-testing: initial version of tunnel_key unit tests Date: Sat, 30 Jun 2018 21:17:44 +0900 (KST) Message-ID: <20180630.211744.834896512237315270.davem@davemloft.net> References: <1530283651-1728-1-git-send-email-kleib@mojatatu.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, jhs@mojatatu.com, xiyou.wangcong@gmail.com, jiri@resnulli.us, lucasb@mojatatu.com To: kleib@mojatatu.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:38148 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030262AbeF3MRq (ORCPT ); Sat, 30 Jun 2018 08:17:46 -0400 In-Reply-To: <1530283651-1728-1-git-send-email-kleib@mojatatu.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Keara Leibovitz Date: Fri, 29 Jun 2018 10:47:31 -0400 > Create unittests for the tc tunnel_key action. > > v2: > For the tests expecting failures, added non-zero exit codes in the > teardowns. This prevents those tests from failing if the act_tunnel_key > module is unloaded. > > Signed-off-by: Keara Leibovitz Applied.