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

Commit 680018ba authored by Ningyuan Wang's avatar Ningyuan Wang
Browse files

Add VTS test for ISupplicantP2pIface::removeGroup()

Bug: 33457575
Test: VTS tests pass
Change-Id: Ibb752d92ba1ba35475e1aec9d82c27c6b4b0c84e
parent 1f8c6639
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -308,6 +308,15 @@ TEST_F(SupplicantP2pIfaceHidlTest, AddGroup) {
                         });
}

/*
 * RemoveGroup
 */
TEST_F(SupplicantP2pIfaceHidlTest, RemoveGroup) {
    // This is not going to work with fake values.
    EXPECT_NE(SupplicantStatusCode::SUCCESS,
              HIDL_INVOKE(p2p_iface_, removeGroup, kTestGroupIfName).code);
}

/*
 * Reject
 */