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

This commit is contained in:
TreeHugger Robot
2017-04-13 18:17:04 +00:00
committed by Android (Google) Code Review

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