commit | 7fac45095948036e65e1119ed65f5fb9a69be100 | [log] [tgz] |
---|---|---|
author | Gabriel Biren <gbiren@google.com> | Thu Jul 07 20:08:49 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jul 07 20:08:49 2022 +0000 |
tree | 369ad804f344d1fc508fa712539f2613de07ef4c | |
parent | 5eb64c83a01fc446609e2719c646ebab13e0df4d [diff] | |
parent | 5b71f85740a99e53854276a222f194c9e6c4e204 [diff] |
Update supplicant AIDL VTS tests to use the new am: dd789ad9dc am: 0f4493c6fc am: 5b71f85740 Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/19212753 Change-Id: I36534f6c26077a8e1cb0c81ca62a818149ecb3a6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/wifi/supplicant/aidl/vts/functional/supplicant_test_utils.h b/wifi/supplicant/aidl/vts/functional/supplicant_test_utils.h index 17e0394..31042a2 100644 --- a/wifi/supplicant/aidl/vts/functional/supplicant_test_utils.h +++ b/wifi/supplicant/aidl/vts/functional/supplicant_test_utils.h
@@ -78,7 +78,7 @@ void stopSupplicantService() { stopSupplicant(getWifiInstanceName()); } void initializeService() { - ASSERT_TRUE(stopWifiFramework()); + ASSERT_TRUE(stopWifiFramework(getWifiInstanceName())); std::system("/system/bin/start"); ASSERT_TRUE(waitForFrameworkReady()); stopSupplicantService();