Add doctor-test package 77/38177/4
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 26 Jul 2017 10:43:00 +0000 (12:43 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Fri, 28 Jul 2017 09:34:23 +0000 (11:34 +0200)
commit9ee9b136ebec5d21f5165acc5e4441c3e91a56dd
tree4495625f916c4004b9d36a5d57ee3b34c2538e0b
parent3e0300e8f9695348aa4564f87a23ac3c0cf737ff
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>
.gitignore
requirements.txt [new file with mode: 0644]
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0644]
test-requirements.txt [deleted file]
tests/__init__.py [new file with mode: 0644]
tests/main.py
tox.ini