fuel-ostf/fuel_health/common
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
..
utils Fix for Fuel 4.0 2013-11-20 15:41:27 +04:00
__init__.py Rename fuel package to fuel_health 2013-07-01 14:54:24 +03:00
amqp_client.py Fix issue with rabbit ostf tests 2014-08-19 14:59:18 +00:00
facts.py Flake8 errors fix 2014-03-27 15:43:33 +02:00
log.py Flake8 errors fix 2014-03-27 15:43:33 +02:00
ssh.py Refactoring ssh commands for Sahara 2014-06-10 17:06:52 +04:00
test_mixins.py Increase timeout for snapshotting from 180 to 700 s 2014-12-04 03:15:35 +03:00