summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Remi NGUYEN VAN <reminv@google.com> 2019-01-25 12:57:53 +0900
committer Remi NGUYEN VAN <reminv@google.com> 2019-01-25 13:24:05 +0900
commitbd726ba33a3e17fcc9d6fb142e441a389750c03c (patch)
tree2c1eb1ffd1d250bee7d7e25cc17dbd80b20edd6c
parent89485143f13448d1a75df7bff2b47e91396b3d36 (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--packages/NetworkStack/TEST_MAPPING7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/NetworkStack/TEST_MAPPING b/packages/NetworkStack/TEST_MAPPING
new file mode 100644
index 000000000000..55ba5916b7d8
--- /dev/null
+++ b/packages/NetworkStack/TEST_MAPPING
@@ -0,0 +1,7 @@
+{
+ "postsubmit": [
+ {
+ "name": "NetworkStackTests"
+ }
+ ]
+} \ No newline at end of file