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

am: 5b472ec138

Change-Id: I587d3c99ce899b1d626344fa9e1e17c49e8a8913
This commit is contained in:
Shuo Qian
2017-07-25 00:22:26 +00:00
committed by android-build-merger

View File

@@ -37,6 +37,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() {}