diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-07-26 12:43:00 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-07-28 11:34:23 +0200 |
commit | 9ee9b136ebec5d21f5165acc5e4441c3e91a56dd (patch) | |
tree | 4495625f916c4004b9d36a5d57ee3b34c2538e0b /tests | |
parent | 3e0300e8f9695348aa4564f87a23ac3c0cf737ff (diff) |
Add doctor-test package
It also updates test-requirements.txt to conform with OpenStack
stable/ocata and renames it requirements.txt.
tests.main:main is considered as entry point and run.sh as script.
run.sh could be renamed to avoid possible conflicts in functest.
tox.ini is updated to pin the right versions and build files are
filtered.
The next dependencies can be safely removed:
- paramiko
- scp
- python-openstackclient
- python-ceilometerclient
- virtualenv
Change-Id: I2091cfe4751640bf83d77e1fdd713af1e31fa89d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
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 797e28b2..7714d7da 100644 --- a/tests/main.py +++ b/tests/main.py @@ -92,7 +92,3 @@ def main(): doctor = DoctorTest(conf) doctor.run() - - -if __name__ == '__main__': - sys.exit(main()) |