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

Commit c9f4cc37 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "supplicant(vts): Skip p2p tests on non-p2p devices as intended" am: f19e2822

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1497700

Change-Id: I694d4cd21dcfd79ea5fdc1993efb7df59178c03c
parents f026f3e5 f19e2822
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ TEST_P(SupplicantHidlTest, AddStaInterface) {
 * AddP2pInterface
 */
TEST_P(SupplicantHidlTest, AddP2pInterface) {
    if (isP2pOn_) return;
    if (!isP2pOn_) return;
    ISupplicant::IfaceInfo iface_info;
    iface_info.name = getP2pIfaceName();
    iface_info.type = IfaceType::P2P;
@@ -115,7 +115,7 @@ TEST_P(SupplicantHidlTest, RemoveStaInterface) {
 * RemoveP2pInterface
 */
TEST_P(SupplicantHidlTest, RemoveP2pInterface) {
    if (isP2pOn_) return;
    if (!isP2pOn_) return;
    ISupplicant::IfaceInfo iface_info;
    iface_info.name = getP2pIfaceName();
    iface_info.type = IfaceType::P2P;