Merge "Add Sim absent assertion in the 1.0 setup" into oc-dev

This commit is contained in:
Shuo Qian
2017-07-25 00:14:21 +00:00
committed by Android (Google) Code Review

View File

@@ -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() {}