mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 13:49:45 +00:00
Merge "Add VTS test for ISupplicantP2pIface::removeGroup()" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
61d3d5ee85
@@ -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