1/4: new test cases are added to autotest config 2/4: skipped test case result is updated appropriately 3/4: test cmdline is updated to support freebsd 4/4: added make targets for group of testcases
--- v4: classify testcases based on priority and run with different targets --- Jananee Parthasarathy (4): app/test: enhance autotest config app/test: update result for skipped test cases app/test: enhance freebsd support in autotest config mk: update make targets for classified testcases mk/rte.sdkroot.mk | 4 +- mk/rte.sdktest.mk | 33 ++- test/test/autotest_data.py | 471 ++++++++++++++++++++++++++++++++++++++- test/test/autotest_runner.py | 8 +- test/test/autotest_test_funcs.py | 6 +- 5 files changed, 502 insertions(+), 20 deletions(-) mode change 100644 => 100755 test/test/autotest_data.py mode change 100644 => 100755 test/test/autotest_test_funcs.py -- 1.7.12.2