Project:
https://jenkins.ovirt.org/job/ovirt-system-tests_compat-4.3-suite-master/
Build:
https://jenkins.ovirt.org/job/ovirt-system-tests_compat-4.3-suite-master/...
Build Number: 306
Build Status: Still Failing
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #297
[Yedidyah Bar David] Do not set engine-config VdsmUseNmstate
[Gal Ben Haim] dockerfile_utils: Raise exception if command fails
Changes for Build #298
[jenkins CI] Auto create ovirt-master
[Gal Ben Haim] pusher: Consider dest branch when checking if push is needed
Changes for Build #299
[jenkins CI] Auto create ovirt-4.3-cq
Changes for Build #300
[jenkins CI] Auto create ovirt-4.3-release
Changes for Build #301
[jenkins CI] Auto create ovirt-4.3-release
Changes for Build #302
[jenkins CI] Auto create ovirt-4.3-release
Changes for Build #303
[jenkins CI] Auto create ovirt-4.3-release
[Barak Korren] STDCI PODs: Add artifact collection logic
[Barak Korren] pusher,usrc: Fixed argparse issue on Py3
[Barak Korren] Adding Pipenv configuration & setup.py
[Barak Korren] STDCI PODs: Add POD log collection
[Ehud Yonasi] gate: cleanup gate resources.
[Barak Korren] Added a container with STDCI tools
[Barak Korren] decorate.py: Add script
Changes for Build #304
[jenkins CI] Auto create ovirt-4.3-release
Changes for Build #305
[jenkins CI] Auto create ovirt-4.3-release
[Galit Rosenthal] Add ovirt-demo-tool to v2
[Barak Korren] run_oc_playbook.sh: Shellcheck fix
Changes for Build #306
[Galit Rosenthal] Copy from master sdk4:hotplug_nic
-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED: 004_basic_sanity.check_snapshot_with_memory_43
Error Message:
False != True after 600 seconds
Stack Trace:
Traceback (most recent call last):
File "/usr/lib64/python2.7/unittest/case.py", line 369, in run
testMethod()
File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 142, in
wrapped_test
test()
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 60, in
wrapper
return func(get_test_prefix(), *args, **kwargs)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 79, in
wrapper
prefix.virt_env.engine_vm().get_api(api_ver=4), *args, **kwargs
File
"/home/jenkins/agent/workspace/ovirt-system-tests_compat-4.3-suite-master/ovirt-system-tests/compat-4.3-suite-master/test-scenarios/004_basic_sanity.py",
line 475, in check_snapshot_with_memory
_verify_vm_state(engine, VM0_NAME, types.VmStatus.UP)
File
"/home/jenkins/agent/workspace/ovirt-system-tests_compat-4.3-suite-master/ovirt-system-tests/compat-4.3-suite-master/test-scenarios/004_basic_sanity.py",
line 113, in _verify_vm_state
lambda:
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 286, in
assert_true_within_long
assert_equals_within_long(func, True, allowed_exceptions)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 273, in
assert_equals_within_long
func, value, LONG_TIMEOUT, allowed_exceptions=allowed_exceptions
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 252, in
assert_equals_within
'%s != %s after %s seconds' % (res, value, timeout)
AssertionError: False != True after 600 seconds