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

am: 844e8de19d

Change-Id: I39479cbc8e086ddfbd6d9cab68871534ba69ed29
This commit is contained in:
Ningyuan Wang
2017-04-13 19:01:35 +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
*/