Make integration test suite more robust
Make integration test suite more robust: * Support testing only individual images * Mark yet un-tested options as "EXPERIMENTAL" * Rename integration test suite to "burnin", name shamelessly stolen from the corresponding Ganeti tool
Clarify a change introduced in the test suite
imagemetadata_set has been renamed to metadata
Remove the aliases to avoid confusion
Merge branch 'logging'
Conflicts: README.upgrade
Merge branch 'admin'
Execute integration tests in parallel
Add support for execution of integration tests in parallel,in processes executing distinct instances of the TextTestRunner.
A single TestCase runs in the same process, so class fixtures work.Distinct subclasses of TestCase are run in parallel and may share no...
Update integration test suite
Update integration test suite: * improve error messages, make progress reporting more consistent * destroy the test server in the last test, make sure it gets removed * all tests work correctly for the Debian Base Image
Improve integration test suite
Implement generic timeout handler, implement PING IPv4 and IPv6 test,implement connecting over ssh to the public IPv4 and IPv6 address forhostname verification, numerous fixes.
Add new logging infrastructure
Uses dictionary configuration back ported fromPython 2.7.
Refs #1033
View revisions
Also available in: Atom