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

Commit 4e212a03 authored by Charlie Boutier's avatar Charlie Boutier
Browse files

Avatar: Enable test_le_connect(random, random)

Bug: 267223848
Test: avatar_runner example.py config.yml
Change-Id: Ib923c7a65f61d226df752ac01e966d6d4a9729f1
parent 55d7f4bb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ class ExampleTest(base_test.BaseTestClass):
    # Here we check that no matter the address type we use for both sides
    # the connection still complete.
    @avatar.parameterized([
        (OwnAddressType.RANDOM, OwnAddressType.RANDOM),
        (OwnAddressType.RANDOM, OwnAddressType.PUBLIC),
    ])
    def test_le_connect(self, dut_address_type: OwnAddressType, ref_address_type: OwnAddressType):