RETIRED, Fuel testing
Go to file
Artem Roma 6f514d3487 OS access credentials processing added
What is done:
- os access credentials retriving from POST request body on wsgi
  controller for TestRun entity added;
- needed environment variables setting added in nose StoragePlugin;
- settuping process for HealthCheck updated;
- integration tests for ostf adapter updated;
- unit tests also updated;
- change was tested on deployed env.

Change-Id: I96580e4e59db0314a75c27f2dda49cf268b05b95
Closes-Bug: #1281838
2014-07-02 14:12:51 +03:00
adapter_utils Update to cleanup command for adapter 2013-10-29 15:11:08 +02:00
etc/ostf Create pecan conf from config file 2014-04-22 13:36:22 +00:00
fuel_health OS access credentials processing added 2014-07-02 14:12:51 +03:00
fuel_plugin OS access credentials processing added 2014-07-02 14:12:51 +03:00
.gitignore Integration tests refactoring 2013-11-28 17:14:54 +02:00
.gitreview Fix .gitreview 2013-10-05 22:00:11 +04:00
LICENSE LICENCE added 2014-06-05 00:44:48 +04:00
MANIFEST.in Ostf config refactoring 2014-06-24 15:21:39 +03:00
README.md Ostf config refactoring 2014-06-24 15:21:39 +03:00
fabfile.py Ostf config refactoring 2014-06-24 15:21:39 +03:00
pylintrc Added pylintrc. 2013-07-23 19:27:37 +03:00
requirements.txt Ostf config refactoring 2014-06-24 15:21:39 +03:00
run_tests.sh Add run_tests.sh script with pep8 command execution 2013-10-31 22:40:41 +02:00
setup.py Ostf config refactoring 2014-06-24 15:21:39 +03:00
test-requirements.txt Ostf config refactoring 2014-06-24 15:21:39 +03:00
tox.ini Ostf config refactoring 2014-06-24 15:21:39 +03:00

README.md

fuel-ostf-tests

In order to start tests you will need to perform next commands: fab unit fab testall

Ideally tests should be runned with tox, e.g: tox -e py27

or

tox