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

Commit 78cdf668 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "VtsHalRadioV1_4Target.setPreferredNetworkTypeBitmap" into android12L-tests-dev

parents 58eeec59 e3d77fb6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -232,7 +232,8 @@ TEST_P(RadioHidlTest_v1_4, setPreferredNetworkTypeBitmap) {
    EXPECT_EQ(serial, radioRsp_v1_4->rspInfo.serial);
    ALOGI("setPreferredNetworkTypeBitmap, rspInfo.error = %s\n",
          toString(radioRsp_v1_4->rspInfo.error).c_str());
    EXPECT_EQ(RadioError::NONE, radioRsp_v1_4->rspInfo.error);
    ASSERT_TRUE(CheckAnyOfErrors(radioRsp_v1_4->rspInfo.error,
                                 {RadioError::NONE, RadioError::MODE_NOT_SUPPORTED}));
    if (radioRsp_v1_4->rspInfo.error == RadioError::NONE) {
         // give some time for modem to set the value.
        sleep(3);