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

Commit 018db9c5 authored by Hansong Zhang's avatar Hansong Zhang
Browse files

Swap Cert and DUT index

Cert is 0, DUT is 1

Test: cert/run_cert_facade_only.sh
Change-Id: I76231b8cbdb03e2f3a998c82eac859363a9da0d8
parent 871f52c6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -60,8 +60,8 @@ class GdFacadeOnlyBaseTestClass(BaseTestClass):
        self.register_controller(
            importlib.import_module('cert.gd_device'), builtin=True)

        self.device_under_test = self.gd_devices[0]
        self.cert_device = self.gd_devices[1]
        self.device_under_test = self.gd_devices[1]
        self.cert_device = self.gd_devices[0]

    def teardown_class(self):
        if self.rootcanal_running: