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

Commit 799149c8 authored by Frankie Lizcano's avatar Frankie Lizcano Committed by Android (Google) Code Review
Browse files

Merge "Tuner HAL VTS: LnbLive Test Fix"

parents 0d942d68 d1f520e5
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -170,7 +170,9 @@ void TunerBroadcastAidlTest::broadcastSingleFilterTestWithLnb(FilterConfig filte
    ASSERT_TRUE(mLnbTests.setVoltage(lnbConf.voltage));
    ASSERT_TRUE(mLnbTests.setTone(lnbConf.tone));
    ASSERT_TRUE(mLnbTests.setSatellitePosition(lnbConf.position));
    if (!frontendConf.isSoftwareFe) {
        broadcastSingleFilterTest(filterConf, frontendConf);
    }
    ASSERT_TRUE(mLnbTests.closeLnb());
    mLnbId = INVALID_LNB_ID;
}
@@ -499,7 +501,6 @@ TEST_P(TunerLnbAidlTest, SendDiseqcMessageToLnb) {
    }
    for (auto& combination : lnbLive_configs) {
        lnbLive = combination;

        if (lnbMap[lnbLive.lnbId].name.compare(emptyHardwareId) == 0) {
            vector<int32_t> ids;
            ASSERT_TRUE(mLnbTests.getLnbIds(ids));