mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Add blindScan condition to blindScan test"
This commit is contained in:
@@ -128,7 +128,8 @@ wait:
|
||||
}
|
||||
|
||||
EXPECT_TRUE(scanMsgLockedReceived) << "Scan message LOCKED not received before END";
|
||||
EXPECT_TRUE(targetFrequencyReceived) << "frequency not received before LOCKED on blindScan";
|
||||
if (type == FrontendScanType::SCAN_BLIND)
|
||||
EXPECT_TRUE(targetFrequencyReceived) << "frequency not received before LOCKED on blindScan";
|
||||
mScanMessageReceived = false;
|
||||
mScanMsgProcessed = true;
|
||||
}
|
||||
|
||||
@@ -180,7 +180,8 @@ wait:
|
||||
}
|
||||
|
||||
EXPECT_TRUE(scanMsgLockedReceived) << "Scan message LOCKED not received before END";
|
||||
EXPECT_TRUE(targetFrequencyReceived) << "frequency not received before LOCKED on blindScan";
|
||||
if (type == FrontendScanType::SCAN_BLIND)
|
||||
EXPECT_TRUE(targetFrequencyReceived) << "frequency not received before LOCKED on blindScan";
|
||||
mScanMessageReceived = false;
|
||||
mScanMsgProcessed = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user