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

Commit 9dc09f66 authored by Alisher Alikhodjaev's avatar Alisher Alikhodjaev Committed by Automerger Merge Worker
Browse files

Merge "Temporary disable one of the transmit checks" into main am: 59107ad3...

Merge "Temporary disable one of the transmit checks" into main am: 59107ad3 am: b872dab9 am: c3e18f1e am: 70091922 am: 07abff06

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2757990



Change-Id: Ib7313d09f789fb5245b2e8f45b730fdffe4b3a1d
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 60783a63 07abff06
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -293,11 +293,13 @@ TEST_P(SecureElementAidl, transmit) {
    std::vector<uint8_t> response;
    LogicalChannelResponse logical_channel_response;

    /* Temporaly disable this check to clarify Basic Channel behavior (b/300502872)
    // Note: no channel is opened for this test
    // transmit() will return an empty response with the error
    // code CHANNEL_NOT_AVAILABLE when the SE cannot be
    // communicated with.
    EXPECT_ERR(secure_element_->transmit(kDataApdu, &response));
    */

    EXPECT_OK(secure_element_->openLogicalChannel(kSelectableAid, 0x00, &logical_channel_response));
    EXPECT_GE(logical_channel_response.selectResponse.size(), 2u);