Project:
https://jenkins.ovirt.org/job/ovirt-system-tests_performance-suite-master/
Build:
https://jenkins.ovirt.org/job/ovirt-system-tests_performance-suite-master...
Build Number: 1717
Build Status: Failure
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #1717
[Sandro Bonazzola] automation: avoid 4.3 branch stuff to be sent to master
[Gal Ben Haim] Lock pip version
-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED: 040_add_hosts_vms.verify_add_all_hosts
Error Message:
None != True after 600 seconds
Stack Trace:
Traceback (most recent call last):
File "/usr/lib64/python3.6/unittest/case.py", line 60, in testPartExecutor
yield
File "/usr/lib64/python3.6/unittest/case.py", line 622, in run
testMethod()
File "/usr/lib/python3.6/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/usr/lib/python3.6/site-packages/ovirtlago/testlib.py", line 144, in
wrapped_test
test()
File "/usr/lib/python3.6/site-packages/ovirtlago/testlib.py", line 62, in
wrapper
return func(get_test_prefix(), *args, **kwargs)
File
"/home/jenkins/workspace/ovirt-system-tests_performance-suite-master/ovirt-system-tests/performance-suite-master/test-scenarios/040_add_hosts_vms.py",
line 316, in verify_add_all_hosts
lambda: _all_hosts_up(hosts_service, total_hosts)
File "/usr/lib/python3.6/site-packages/ovirtlago/testlib.py", line 288, in
assert_true_within_long
assert_equals_within_long(func, True, allowed_exceptions)
File "/usr/lib/python3.6/site-packages/ovirtlago/testlib.py", line 275, in
assert_equals_within_long
func, value, LONG_TIMEOUT, allowed_exceptions=allowed_exceptions
File "/usr/lib/python3.6/site-packages/ovirtlago/testlib.py", line 254, in
assert_equals_within
'%s != %s after %s seconds' % (res, value, timeout)
AssertionError: None != True after 600 seconds