RETIRED, Fuel testing
Go to file
Igor Gajsin 8fefcf7c46 Improve _find_network_host function in nmanager
VMware integration assumes using fake host parameter. For this reason
when we launch test "Check network connectivity from instance" ostf
has to use special function _find_network_host which return real
hostname where nova-network runs.

This function uses command 'pcs status' for requests pacemaker/corosync
system. When some nodes of corosync cluster fails this command works
really slow and test can't meet the timeout.

This patch-set changes slow 'pcs status' to 'crm_mon -1' which realizes
same behavior but faster.

Change-Id: I80e645ec9da5f4421182bef10f368a3e5c73258d
Closes-bug: #1465268
(cherry picked from commit 573eac27e4)
2015-06-16 09:56:45 +00:00
etc/ostf Use keystonemiddleware package 2014-10-28 09:40:29 +00:00
fuel_health Improve _find_network_host function in nmanager 2015-06-16 09:56:45 +00:00
fuel_plugin Add test for live migration in smoke set 2015-04-08 19:23:23 +03: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