summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi NGUYEN VAN <reminv@google.com>2019-01-25 12:57:53 +0900
committerRemi NGUYEN VAN <reminv@google.com>2019-01-25 13:24:05 +0900
commitc8ad6bd196e71f3025cc465be0fdbcb78b960fc6 (patch)
treeb74744f1e211842b9a9c94d02befd509f4b90bb3
parentdc6eaebf771c4aea7322a59a96dfe1a90a163ca0 (diff)
Add NetworkStack tests to postsubmit
The NetworkStack tests were unit tests in FrameworksNetTests, but were moved out so were no longer run in presubmit. After a while the tests should be moved to presubmit. Test: atest NetworkStackTests Change-Id: I06ddcafd6de6d9029ac710f0fc3c4f2d1d705c01
-rw-r--r--TEST_MAPPING7
1 files changed, 7 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
new file mode 100644
index 0000000..55ba591
--- /dev/null
+++ b/TEST_MAPPING
@@ -0,0 +1,7 @@
+{
+ "postsubmit": [
+ {
+ "name": "NetworkStackTests"
+ }
+ ]
+} \ No newline at end of file