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

Commit 4fd09b3f authored by Raphael Kim's avatar Raphael Kim
Browse files

[CDM] Update tests to be aligned with the atest support

Bug: 283993603
Test: m CompanionDeviceManagerMultiDeviceTestCases
Change-Id: Ice622085bcfab17499c14c7b792b64bc020cb552
parent 6a67ea5e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@ python_test_host {
    },
    data: [
        ":cdm_snippet",
        "requirements.txt",
    ],
    version: {
        py2: {
+0 −8
Original line number Diff line number Diff line
@@ -25,12 +25,4 @@ class TransportTestClass(cdm_base_test.BaseTestClass):


if __name__ == '__main__':
    try:
        # Take test args and remove standalone '--' from the list
        index = sys.argv.index('--')
        sys.argv = sys.argv[:1] + sys.argv[index + 1:]
    except ValueError:
        # Ignore if '--' is not in args
        pass

    test_runner.main()
 No newline at end of file
+0 −1
Original line number Diff line number Diff line
mobly==1.12.1