RETIRED, Fuel testing
Go to file
Sergey Kulanov 01c33aaac9 Allow to re-define release/version parameters for rpmbuild
We can re-define release and version parameters while building
package(s) (for rpmbuild):
 * --define "release $RELEASE"
 * --define "version $VERSION"

Change-Id: Id354ec9e7cf539c3f72ee61bc226da77a43d50cf
Related-blueprint:  package-fuel-components
2015-04-30 17:08:23 +03:00
etc/ostf Use keystonemiddleware package 2014-10-28 09:40:29 +00:00
fuel_health Merge "Check if cookies has cfrtoken" 2015-04-29 15:57:19 +00:00
fuel_plugin Merge "Fix bug with wrong test description prosessing" 2015-04-01 09:30:04 +00:00
specs Allow to re-define release/version parameters for rpmbuild 2015-04-30 17:08:23 +03:00
.gitignore Extended run_tests.sh to run Python tests 2015-01-26 12:50:04 +01: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
pylintrc Added pylintrc. 2013-07-23 19:27:37 +03:00
requirements.txt Added python-muranoclient to requirements.txt 2015-04-16 20:38:20 +00:00
run_tests.sh Cleaning db before integration tests added 2015-02-17 12:12:06 +02:00
setup.py Set version of Fuel to 6.1 everywhere 2015-04-14 16:50:49 +00:00
test-requirements.txt Extended run_tests.sh to run Python tests 2015-01-26 12:50:04 +01:00
tox.ini Added hacking checks to tox 2015-01-19 12:36:14 +00: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