commit | da42dff1dfdc1cf0a141b4e184cc2ead9446ff67 | [log] [tgz] |
---|---|---|
author | Derek Beckett <dbeckett@chromium.org> | Tue Oct 05 10:24:06 2021 -0700 |
committer | Derek Beckett <dbeckett@chromium.org> | Thu Oct 07 20:24:50 2021 +0000 |
tree | 10f7b5fb0528e6fc2632797856fac01de494d265 | |
parent | 981a7810af70270f866ff9aa24b3ce5fb019e314 [diff] |
tauto - re-add inits and tests/* for now to support proper packaging (8) tests/* are required by some deeper parts of the job.py setups. And simply removing those lines of code requires more un-tangling. For now, just add the tests/* back in. Additionally, __init__ is needed in the test dirs so that they are properly packaged into tauto client BUG=b:192594749 TEST=stub_pass Change-Id: Ib132915353e2452d69b22b2acb6cb836c5c800ff Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tauto/+/3206278 Tested-by: Derek Beckett <dbeckett@chromium.org> Reviewed-by: Jesse McGuire <jessemcguire@google.com> Reviewed-by: Ruben Zakarian <rzakarian@chromium.org>
diff --git a/src/autotest_lib/client/site_tests/__init__.py b/src/autotest_lib/client/site_tests/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/autotest_lib/client/site_tests/__init__.py
diff --git a/src/autotest_lib/client/site_tests/dummy_Pass/__init__.py b/src/autotest_lib/client/site_tests/dummy_Pass/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/autotest_lib/client/site_tests/dummy_Pass/__init__.py
diff --git a/src/autotest_lib/client/tests/__init__.py b/src/autotest_lib/client/tests/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/autotest_lib/client/tests/__init__.py
diff --git a/src/autotest_lib/server/control_segments/__init__.py b/src/autotest_lib/server/control_segments/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/autotest_lib/server/control_segments/__init__.py
diff --git a/src/autotest_lib/server/site_tests/__init__.py b/src/autotest_lib/server/site_tests/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/autotest_lib/server/site_tests/__init__.py
diff --git a/src/autotest_lib/server/tests/__init__.py b/src/autotest_lib/server/tests/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/autotest_lib/server/tests/__init__.py