Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc3533d0 authored by Ningyuan Wang's avatar Ningyuan Wang Committed by android-build-merger
Browse files

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

am: 844e8de1

Change-Id: I39479cbc8e086ddfbd6d9cab68871534ba69ed29
parents 862a82d7 844e8de1
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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
 */