RETIRED, Fuel testing
a9afb68710
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 |
||
---|---|---|
adapter_utils | ||
etc/ostf | ||
fuel_health | ||
fuel_plugin | ||
.gitignore | ||
.gitreview | ||
fabfile.py | ||
LICENSE | ||
MANIFEST.in | ||
pylintrc | ||
README.md | ||
requirements.txt | ||
run_tests.sh | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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