Merge "Add VTS test for ISupplicantP2pIface::removeGroup()" into oc-dev

am: 61d3d5ee85

Change-Id: I7af8e8c6a63bf04cded9e1710462e0a2138094d1
This commit is contained in:
Ningyuan Wang
2017-04-13 18:48:10 +00:00
committed by android-build-merger

View File

@@ -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
*/