From a3d40729a5e3810dc6d36b0d1f9f081bf2ce9e3e Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Tue, 14 Jul 2020 21:13:05 +0000 Subject: [PATCH] Revert "Temporarily disable init_kill_services_test." This reverts commit bd68757d4468485b5eeca561a630a31599149b9a. Reason for revert: reland test The test now reboots after it is completed, in case there is some state it doesn't catch locally, and servicemanager restarts more of the system. Change-Id: I1d6d021f75ef091aa7d6973b80ed162253514697 Fixes: 156380383 Test: atest init_kill_services_test # several times on cf, check logs to confirm system finishes in clean rebooted state --- TEST_MAPPING | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TEST_MAPPING b/TEST_MAPPING index 79336291a..1abeb2e46 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -27,6 +27,9 @@ { "name": "fs_mgr_vendor_overlay_test" }, + { + "name": "init_kill_services_test" + }, { "name": "libpackagelistparser_test" },