]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Santhosh/Vinkesh | Added the testing framework. Moved the smoketest to tests/functional
authorSanthosh <santhom@thoughtworks.com>
Wed, 8 Jun 2011 08:52:51 +0000 (14:22 +0530)
committerSanthosh <santhom@thoughtworks.com>
Wed, 8 Jun 2011 08:52:51 +0000 (14:22 +0530)
commit6458fa7cff6bda9a82aa598bcf9d03c76136ccd0
treebcdbce20bcd2b5e7e4a1474e20964d83ba536063
parent17a94bdfadd128ca405cb7b4014078e6dd882114
Santhosh/Vinkesh | Added the testing framework. Moved the smoketest to tests/functional
12 files changed:
run_tests.py [new file with mode: 0644]
run_tests.sh [new file with mode: 0755]
test_scripts/miniclient.py [deleted file]
test_scripts/tests.py [deleted file]
tests/__init__.py [moved from smoketests/__init__.py with 100% similarity]
tests/functional/__init__.py [moved from test_scripts/__init__.py with 100% similarity]
tests/functional/miniclient.py [moved from smoketests/miniclient.py with 100% similarity]
tests/functional/test_service.py [moved from smoketests/tests.py with 100% similarity]
tests/unit/__init__.py [new file with mode: 0644]
tools/install_venv.py [new file with mode: 0644]
tools/pip-requires [new file with mode: 0644]
tools/with_venv.sh [new file with mode: 0755]