From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f45.google.com ([74.125.82.45]:34967 "EHLO mail-wm0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933407AbeCHR7j (ORCPT ); Thu, 8 Mar 2018 12:59:39 -0500 Received: by mail-wm0-f45.google.com with SMTP id x7so949322wmc.0 for ; Thu, 08 Mar 2018 09:59:38 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20180308.124556.676950922810984655.davem@davemloft.net> References: <20180307142715.19755-1-bjb@mojatatu.com> <20180307142715.19755-2-bjb@mojatatu.com> <20180308.124556.676950922810984655.davem@davemloft.net> From: Brenda Butler Date: Thu, 8 Mar 2018 12:59:37 -0500 Message-ID: Subject: Re: [PATCH net-next 1/1] tools: tc-testing: Can refer to $TESTID in test spec To: David Miller Cc: Jamal Hadi Salim , Cong Wang , Jiri Pirko , Chris Mi , Lucas Bates , Alexander Aring , Roman Mashak , BTaskaya , dcaratti@redhat.com, netdev@vger.kernel.org, kernel@mojatatu.com Content-Type: text/plain; charset="UTF-8" Sender: netdev-owner@vger.kernel.org List-ID: The patches are independent and can be applied in any order. I will change my process, to use send-email in separate invocations for unrelated patches, so the patches are more obviously independent. Sorry for the misleading submission. Thanks for feedback. I will resubmit the patches. bjb On Thu, Mar 8, 2018 at 12:45 PM, David Miller wrote: > From: "Brenda J. Butler" > Date: Wed, 7 Mar 2018 09:27:15 -0500 > >> At debug level 5 or above, the test script will pause just before >> the post_suite functions are called. This allows the tester to >> inspect the system before it is torn down. > > I've asked for changes in that patch, which means this needs updating > too.