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

Commit 9b6f6acc authored by Jack He's avatar Jack He
Browse files

Cert: Use string for port numbers in ACTS config

Test: source gd/cert/run --host
Bug: 151989046
Change-Id: I55d855631e6ca91e8547f6d3e04f37aa052be40a
parent 7246fe04
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,9 +7,9 @@
            "name": "HostOnlyCert",
            "rootcanal":
            {
                "test_port": 6401,
                "hci_port": 6402,
                "link_layer_port": 6403
                "test_port": "6401",
                "hci_port": "6402",
                "link_layer_port": "6403"
            },
            "GdDevice":
            [