diff options
| author | Steve Muckle <smuckle@google.com> | 2019-07-09 09:48:39 -0700 |
|---|---|---|
| committer | Steve Muckle <smuckle@google.com> | 2019-07-09 11:47:40 -0700 |
| commit | 6f1ea93c88013ab29f4e00da04ec8745aef05f8e (patch) | |
| tree | 136a6ebdfe52d9efbe56b587017f4b17b30288d8 | |
| parent | efd086f2af62f5fe0fdcd1d6130b106b06e00279 (diff) | |
| download | platform_test_vts-testcase_kernel-android10-dev.tar.gz platform_test_vts-testcase_kernel-android10-dev.tar.bz2 platform_test_vts-testcase_kernel-android10-dev.zip | |
ltp: remove admin_tools, modules, and pipes from TEST_SUITES_LOW_MEMandroid10-dev
These test suites were removed as part of LTP20190115.
Bug: 137072758
Bug: 137096401
Change-Id: I810d5b9b0a2b891e301b1759f126c1823bbab0c8
| -rw-r--r-- | ltp/ltp_configs.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ltp/ltp_configs.py b/ltp/ltp_configs.py index 73314e18..6ef28703 100644 --- a/ltp/ltp_configs.py +++ b/ltp/ltp_configs.py @@ -149,7 +149,6 @@ TEST_SUITES = [ # List of LTP test suites to run TEST_SUITES_LOW_MEM = [ - 'admin_tools', 'can', 'cap_bounds', 'commands', @@ -173,9 +172,7 @@ TEST_SUITES_LOW_MEM = [ 'kernel_misc', 'math', 'mm', - 'modules', 'nptl', - 'pipes', 'power_management_tests', 'pty', 'sched_low_mem', |
