Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9892569a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "supplicant/hostapd(vts): Test for terminate" into pi-dev

parents ac2f4418 b887dedf
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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();
}
+8 −0
Original line number Diff line number Diff line
@@ -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();
}