Loading wifi/hostapd/1.0/vts/functional/hostapd_hidl_test.cpp +8 −0 Original line number Diff line number Diff line Loading @@ -220,3 +220,11 @@ TEST_F(HostapdHidlTest, AddInvalidPskAccessPointWithoutAcs) { getInvalidPskNwParams()); EXPECT_NE(HostapdStatusCode::SUCCESS, status.code); } /* * Terminate * This terminates the service. */ TEST_F(HostapdHidlTest, Terminate) { hostapd_->terminate(); } wifi/supplicant/1.1/vts/functional/supplicant_hidl_test.cpp +8 −0 Original line number Diff line number Diff line Loading @@ -137,3 +137,11 @@ TEST_F(SupplicantHidlTest, RemoveP2pInterface) { EXPECT_EQ(SupplicantStatusCode::SUCCESS, status.code); }); } /* * Terminate * This terminates the service. */ TEST_F(SupplicantHidlTest, Terminate) { supplicant_->terminate(); } Loading
wifi/hostapd/1.0/vts/functional/hostapd_hidl_test.cpp +8 −0 Original line number Diff line number Diff line Loading @@ -220,3 +220,11 @@ TEST_F(HostapdHidlTest, AddInvalidPskAccessPointWithoutAcs) { getInvalidPskNwParams()); EXPECT_NE(HostapdStatusCode::SUCCESS, status.code); } /* * Terminate * This terminates the service. */ TEST_F(HostapdHidlTest, Terminate) { hostapd_->terminate(); }
wifi/supplicant/1.1/vts/functional/supplicant_hidl_test.cpp +8 −0 Original line number Diff line number Diff line Loading @@ -137,3 +137,11 @@ TEST_F(SupplicantHidlTest, RemoveP2pInterface) { EXPECT_EQ(SupplicantStatusCode::SUCCESS, status.code); }); } /* * Terminate * This terminates the service. */ TEST_F(SupplicantHidlTest, Terminate) { supplicant_->terminate(); }