tc-testing: Split test case files into smaller chunks
authorLucas Bates <lucasb@mojatatu.com>
Fri, 13 Oct 2017 21:51:23 +0000 (17:51 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 15 Oct 2017 01:47:53 +0000 (18:47 -0700)
commit0923edf456fbd6c75031ad48ad14897a6b912954
treec709611aeb8d63ebc968dbaec37905a9ee75ba9e
parentae3c33c157565301544570ff3476280279d43d7f
tc-testing: Split test case files into smaller chunks

The original submission had the test cases stored in one
monolithic file. This can be unwieldy to edit, especially as more
test cases are added. This patch removes the original tests.json
file in favour of individual ones broken down by category.

Signed-off-by: Lucas Bates <lucasb@mojatatu.com>
Acked-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/tc-testing/tc-tests/actions/gact.json [new file with mode: 0644]
tools/testing/selftests/tc-testing/tc-tests/actions/ife.json [new file with mode: 0644]
tools/testing/selftests/tc-testing/tc-tests/actions/mirred.json [new file with mode: 0644]
tools/testing/selftests/tc-testing/tc-tests/actions/simple.json [new file with mode: 0644]
tools/testing/selftests/tc-testing/tc-tests/actions/skbedit.json [new file with mode: 0644]
tools/testing/selftests/tc-testing/tc-tests/actions/tests.json [deleted file]