From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Bates Subject: Re: [PATCH net-next] tc-testing: split config file Date: Tue, 31 Oct 2017 14:40:44 -0400 Message-ID: References: <20171031182728.9725-1-bjb@mojatatu.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: davem@davemloft.net, Jamal Hadi Salim , Cong Wang , Jiri Pirko , Chris Mi , Alexander Aring , Roman Mashak , Linux Kernel Network Developers To: "Brenda J. Butler" Return-path: Received: from mail-wm0-f66.google.com ([74.125.82.66]:56082 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932806AbdJaSlF (ORCPT ); Tue, 31 Oct 2017 14:41:05 -0400 Received: by mail-wm0-f66.google.com with SMTP id y83so724135wmc.4 for ; Tue, 31 Oct 2017 11:41:05 -0700 (PDT) In-Reply-To: <20171031182728.9725-1-bjb@mojatatu.com> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Oct 31, 2017 at 2:27 PM, Brenda J. Butler wrote: > Move the config customization into a site-local file > tdc_config_local.py, so that updates of the tdc test > software does not require hand-editing of the config. > This patch includes a template for the site-local > customization file. > > In addition, this makes it easy to revert to a stock > tdc environment for testing the test framework and/or > the core tests. > > Also it makes it harder for any custom config to be > submitted back to the kernel tdc. > > Signed-off-by: Brenda J. Butler Acked-by: Lucas Bates