mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Add Sim absent assertion in the 1.0 setup" into oc-dev
This commit is contained in:
@@ -35,6 +35,10 @@ void RadioHidlTest::SetUp() {
|
||||
EXPECT_EQ(RadioResponseType::SOLICITED, radioRsp->rspInfo.type);
|
||||
EXPECT_EQ(serial, radioRsp->rspInfo.serial);
|
||||
EXPECT_EQ(RadioError::NONE, radioRsp->rspInfo.error);
|
||||
|
||||
/* Vts Testing with Sim Absent only. This needs to be removed later in P when sim present
|
||||
* scenarios will be tested. */
|
||||
EXPECT_EQ(CardState::ABSENT, cardStatus.cardState);
|
||||
}
|
||||
|
||||
void RadioHidlTest::TearDown() {}
|
||||
|
||||
Reference in New Issue
Block a user