From a1c2a738e88ccc0323a4b5acc15183e3e21e7c09 Mon Sep 17 00:00:00 2001 From: Remi NGUYEN VAN Date: Thu, 16 Jan 2020 15:43:03 +0900 Subject: [PATCH] Add tests to services/tests/net test mapping FrameworksNetIntegrationTests goes from postsubmit to presubmit (it has been green since it was checked in). FrameworksNetDeflakeTest goes to postsubmit and will go to presubmit if it proves to be non-flaky. Test: results on test dashboard for FrameworksNetIntegrationTests this CL is necessary to get test results for the deflake test Change-Id: I9722a082bae32e231e60f53dac5fea4b49028865 --- tests/net/TEST_MAPPING | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/net/TEST_MAPPING b/tests/net/TEST_MAPPING index a7853b68c1..005cbe9ffd 100644 --- a/tests/net/TEST_MAPPING +++ b/tests/net/TEST_MAPPING @@ -1,7 +1,12 @@ { - "postsubmit": [ + "presubmit": [ { "name": "FrameworksNetIntegrationTests" } + ], + "postsubmit": [ + { + "name": "FrameworksNetDeflakeTest" + } ] } \ No newline at end of file