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

Commit 6d586607 authored by Nazanin's avatar Nazanin
Browse files

Remove requirement for VtsHalRadioV1_3 tests for sim to be present

Bug: 153293861
Test: run vts -m VtsHalRadioV1_3Target
Change-Id: Idb1067e757d4abadb2142627b88f775a685d0c02
parent 25e11811
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -38,9 +38,6 @@ void RadioHidlTest_v1_3::SetUp() {
    EXPECT_EQ(RadioResponseType::SOLICITED, radioRsp_v1_3->rspInfo.type);
    EXPECT_EQ(serial, radioRsp_v1_3->rspInfo.serial);
    EXPECT_EQ(RadioError::NONE, radioRsp_v1_3->rspInfo.error);

    /* Enforce Vts Testing with Sim Status Present only. */
    EXPECT_EQ(CardState::PRESENT, cardStatus.base.cardState);
}

/*