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

Commit 4542de61 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "DeviceCert: Fix AclManagerTest" am: 9fe8c849

Change-Id: I1a576fda7be3f4852bf3cae25b32801da1556712
parents 20e24d56 9fe8c849
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -187,6 +187,8 @@ class AclManagerTest(GdFacadeOnlyBaseTestClass):
    def test_cert_connects(self):
        self.register_for_event(hci_packets.EventCode.CONNECTION_COMPLETE)
        self.register_for_event(hci_packets.EventCode.ROLE_CHANGE)
        self.register_for_event(
            hci_packets.EventCode.CONNECTION_PACKET_TYPE_CHANGED)
        with EventCallbackStream(self.cert_device.hci.FetchEvents(empty_proto.Empty())) as cert_hci_event_stream, \
            EventCallbackStream(self.cert_device.hci.FetchAclPackets(empty_proto.Empty())) as cert_acl_data_stream, \
            EventCallbackStream(self.device_under_test.hci_acl_manager.FetchIncomingConnection(empty_proto.Empty())) as incoming_connection_stream, \