diff options
author | Tomi Juvonen <tomi.juvonen@nokia.com> | 2017-09-05 12:07:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-05 12:07:27 +0000 |
commit | 7cbdc3b64449c729c39dd33e1785076b8a127d68 (patch) | |
tree | 7577633af85bddabc17e965633a556dcdb4b6f9a /tests | |
parent | 1c1d3d1ddc21ae28deabef9f5f6e310d46fdf0ef (diff) | |
parent | 9ee9b136ebec5d21f5165acc5e4441c3e91a56dd (diff) |
Merge "Add doctor-test package"
Diffstat (limited to 'tests')
-rw-r--r-- | tests/__init__.py | 0 | ||||
-rw-r--r-- | tests/main.py | 4 |
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/tests/__init__.py diff --git a/tests/main.py b/tests/main.py index df7e95f3..edff16f2 100644 --- a/tests/main.py +++ b/tests/main.py @@ -211,7 +211,3 @@ def main(): doctor = DoctorTest(conf) doctor.run() - - -if __name__ == '__main__': - sys.exit(main()) |