fuel-ostf/fuel_health
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
..
common Increase timeout for snapshotting from 180 to 700 s 2014-12-04 03:15:35 +03:00
etc Fix issue with periodic fail of Heat test 'test_autoscaling' 2014-08-26 16:29:30 +04:00
tests Increase timeout for snapshotting from 180 to 700 s 2014-12-04 03:15:35 +03:00
__init__.py Fix pep8 2013-09-12 20:59:23 +03:00
ceilometermanager.py Add waiting for samples count 2014-10-03 20:31:31 +04:00
cleanup.py Renaming Savanna to Sahara 2014-07-23 13:53:12 +04:00
config.py Increase timeout for snapshotting from 180 to 700 s 2014-12-04 03:15:35 +03:00
exceptions.py Raise SetProxy() exc if all controllers are off 2014-05-30 15:22:39 +00:00
heatmanager.py Fix wrong inheritance for class HeatBaseTest 2014-09-22 11:09:34 +00:00
manager.py Fix pep8 issues 2013-07-25 13:56:47 +03:00
murano.py Fix hanging of OSTF murano deployment tests 2014-11-19 13:57:41 +03:00
neutronmanager.py Add neutron scenarios 2014-11-10 18:08:03 +04:00
nmanager.py Add neutron scenarios 2014-11-10 18:08:03 +04:00
sahara.py Small refactoring for Sahara platform test 2014-10-14 09:20:56 +00:00
test.py Fix heat ostf-test 'test_autoscaling' 2014-07-15 13:02:04 +04:00