mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Add VTS test for ISupplicantP2pIface::removeGroup()" into oc-dev
am: 61d3d5ee85
Change-Id: I7af8e8c6a63bf04cded9e1710462e0a2138094d1
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user