RETIRED, Fuel testing
Go to file
Igor Gajsin a9afb68710 Increase timeout for snapshotting from 180 to 700 s
1. [compute/build_timeout] stanza in OSTF config file is used not for build
VM only but for VM snapshot creation too.
Nova-compute spend a significant time to download/upload big images
to/from vCenter (5-10MB/s in our testbed). So it leads to a timeout error
for 'boot_from_snapshot' operation with the 180s timeout.
That's why the [compute/build_timeout] is increased to 500s.
It shouldn't affect any other test because the 'status_timeout' method
(from test.py) which uses this stanza always wrapped with 'verify' method
(from test_mixins.py), and the 'verify' method is always called with more
strict (and unique) timeout for every step in each test.

2. Timeouts for snapshot operations should be increased in case of
   vCenter as a hypervisor.for They are fixed from 180s to 700s.

3. Logging improvements in 'verify' method (from test_mixins.py).

Change-Id: I35521f75dae4f9bef4e20fd8c1154f2e510ba921
Closes-bug: 1386547
2014-12-04 03:15:35 +03:00
adapter_utils Update to cleanup command for adapter 2013-10-29 15:11:08 +02:00
etc/ostf Use keystonemiddleware package 2014-10-28 09:40:29 +00:00
fuel_health Increase timeout for snapshotting from 180 to 700 s 2014-12-04 03:15:35 +03:00
fuel_plugin Add release version to test and cluster tags 2014-11-27 16:32:31 +02: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 Token passthrough for nailgun client in ostf 2014-07-08 17:32:04 +03:00
pylintrc Added pylintrc. 2013-07-23 19:27:37 +03:00
requirements.txt Merge "Add neutron scenarios" 2014-11-11 11:00:45 +00:00
run_tests.sh Add run_tests.sh script with pep8 command execution 2013-10-31 22:40:41 +02:00
setup.py Increase OSTF version 2014-11-29 10:43:19 +02: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