From d8b07f8c054ccd10bb18b8141896532e9ea14272 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Fri, 15 Feb 2019 15:20:59 +0900 Subject: [PATCH] Replace bionic-unit-tests with CtsBionicTestCases Bug: 124437796 Test: monitor treehugger Change-Id: I8bf8d1bb1af3f4ccfca434846adcc1f4eda3fb69 --- rootdir/etc/TEST_MAPPING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/etc/TEST_MAPPING b/rootdir/etc/TEST_MAPPING index af2ec0f7f..e4d3d5e1f 100644 --- a/rootdir/etc/TEST_MAPPING +++ b/rootdir/etc/TEST_MAPPING @@ -1,7 +1,7 @@ { "presubmit": [ { - "name": "bionic-unit-tests" + "name": "CtsBionicTestCases" } ] }