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

Commit 6a3e25e7 authored by Roshan Pius's avatar Roshan Pius Committed by android-build-merger
Browse files

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

am: 078bad0b

Change-Id: I1597b6a52b4400396eacd3c816fcc30aada90e11
parents 0d71126c 078bad0b
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();
}