]> git.baikalelectronics.ru Git - kernel.git/commit
tc-testing: split config file
authorBrenda J. Butler <bjb@mojatatu.com>
Tue, 31 Oct 2017 18:27:28 +0000 (14:27 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Nov 2017 02:04:47 +0000 (11:04 +0900)
commit5e4d0af858e837247a977149640126dce796c56f
tree023ba2cb9131d95f5176aaf7960de914b81386ca
parent763e84ce404dcd2fc35560d0d9838c0c11d133f0
tc-testing: split config file

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 <bjb@mojatatu.com>
Acked-by: Lucas Bates <lucasb@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/tc-testing/tdc_config.py
tools/testing/selftests/tc-testing/tdc_config_local_template.py [new file with mode: 0644]