summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-12-11 04:09:19 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-12-11 04:09:19 +0000
commit480cee2f22e41522a2abcf61e4610d98a6c8041b (patch)
treee48e8e5bc54f60906c1612316c1c86d169598f62
parent6f93abab63b4a71251f0e70a7c6ceafa4a1932cd (diff)
parenteb1430be5c1c79ed91ecdb62b4c13ba4550d5c8d (diff)
downloadtests-480cee2f22e41522a2abcf61e4610d98a6c8041b.tar.gz
Snap for 7991057 from eb1430be5c1c79ed91ecdb62b4c13ba4550d5c8d to tm-release
Change-Id: I4fc1363b23f7af4546a8f3fae20897fd7723c579
-rw-r--r--net/test/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/test/Android.bp b/net/test/Android.bp
index 2ecef87..cb88ffd 100644
--- a/net/test/Android.bp
+++ b/net/test/Android.bp
@@ -34,6 +34,6 @@ python_test {
stem: "kernel_net_tests_bin",
main: "all_tests.py",
defaults: ["kernel_net_tests_defaults",],
- test_suites: ["vts",],
+ test_suites: ["vts", "general-tests"],
test_config: "vts_kernel_net_tests.xml",
}