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

Commit ca4b645f authored by Myles Watson's avatar Myles Watson
Browse files

Cert: Swap Cert and DUT for device tests

Test: ./cert/run_device_cert.sh
Change-Id: Ib95eb8d2c7dacb252447902d0e0d6a366f20a01f
parent 306218ea
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@
            "GdDevice":
            [
                {
                    "grpc_port": "8899",
                    "grpc_root_server_port": "8897",
                    "signal_port": "8895",
                    "label": "stack_under_test",
                    "serial_number": "DUT",
                    "grpc_port": "8898",
                    "grpc_root_server_port": "8896",
                    "signal_port": "8894",
                    "label": "cert_stack",
                    "serial_number": "CERT",
                    "cmd":
                    [
                        "adb",
@@ -26,11 +26,11 @@
                    ]
                },
                {
                    "grpc_port": "8898",
                    "grpc_root_server_port": "8896",
                    "signal_port": "8894",
                    "label": "cert_stack",
                    "serial_number": "CERT",
                    "grpc_port": "8899",
                    "grpc_root_server_port": "8897",
                    "signal_port": "8895",
                    "label": "stack_under_test",
                    "serial_number": "DUT",
                    "cmd":
                    [
                        "adb",