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/571/
Build Number: 571
Build Status:  Still Failing
Triggered By: Started by timer

-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #562
[Milan Zamazal] basic: Disable smartcard temporarily


Changes for Build #563
[Milan Zamazal] basic: Disable smartcard temporarily


Changes for Build #564
[Galit Rosenthal] Rm he basic iscsi4.3 he node ng 4.3 from check_patch


Changes for Build #565
[Sandro Bonazzola] yum-repos: cbs.centos.org repos doesn't exist anymore


Changes for Build #566
[Sandro Bonazzola] yum-repos: cbs.centos.org repos doesn't exist anymore

[Gal Ben Haim] dockerfile-utils: Specify authfile

[Gal Ben Haim] dockerfile-utils: Skopeo change args order


Changes for Build #567
[Marcin Sobczyk] basic: Remove remaining lago deps from '002_bootstrap_pytest'


Changes for Build #568
[Marcin Sobczyk] basic: Remove remaining lago deps from '002_bootstrap_pytest'


Changes for Build #569
[Marcin Sobczyk] basic: Remove remaining lago deps from '002_bootstrap_pytest'


Changes for Build #570
[Marcin Sobczyk] basic: Remove remaining lago deps from '002_bootstrap_pytest'


Changes for Build #571
[Marcin Sobczyk] basic: Remove remaining lago deps from '002_bootstrap_pytest'




-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED:  
basic-suite-master.test-scenarios.002_bootstrap_pytest.test_verify_engine_backup

Error Message:
AssertionError: False != True after 600 seconds

Stack Trace:
ansible_engine = <ost_utils.ansible._AnsibleModuleMapper object at 
0x7f90b4988790>
engine_api = <ovirtsdk4.Connection object at 0x7f90b48d43d0>

    @order_by(_TEST_LIST)
    def test_verify_engine_backup(ansible_engine, engine_api):
        ansible_engine.file(
            path='/var/log/ost-engine-backup',
            state='directory',
            mode='0755'
        )
    
        engine = engine_api.system_service()
    
        with test_utils.TestEvent(engine, [9024, 9025]): #backup started event, 
completed
            ansible_engine.shell(
>               'engine-backup '
                '--mode=backup '
                '--file=/var/log/ost-engine-backup/backup.tgz '
                '--log=/var/log/ost-engine-backup/log.txt'
            )

../basic-suite-master/test-scenarios/002_bootstrap_pytest.py:1246: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/lib64/python2.7/contextlib.py:35: in __exit__
    self.gen.throw(type, value, traceback)
../ost_utils/ost_utils/engine_utils.py:44: in wait_for_event
    lambda:
../ost_utils/ost_utils/assertions.py:97: in assert_true_within_long
    assert_equals_within_long(func, True, allowed_exceptions)
../ost_utils/ost_utils/assertions.py:82: in assert_equals_within_long
    func, value, LONG_TIMEOUT, allowed_exceptions=allowed_exceptions
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

func = <function <lambda> at 0x7f90b4864848>, value = True, timeout = 600
allowed_exceptions = [], initial_wait = 0
error_message = 'False != True after 600 seconds'

    def assert_equals_within(
        func, value, timeout, allowed_exceptions=None, initial_wait=10,
        error_message=None
    ):
        allowed_exceptions = allowed_exceptions or []
        with _EggTimer(timeout) as timer:
            while not timer.elapsed():
                try:
                    res = func()
                    if res == value:
                        return
                except Exception as exc:
                    if _instance_of_any(exc, allowed_exceptions):
                        time.sleep(3)
                        continue
    
                    LOGGER.exception("Unhandled exception in %s", func)
                    raise
    
                if initial_wait == 0:
                    time.sleep(3)
                else:
                    time.sleep(initial_wait)
                    initial_wait = 0
        try:
            if error_message is None:
                error_message = '%s != %s after %s seconds' % (res, value, 
timeout)
>           raise AssertionError(error_message)
E           AssertionError: False != True after 600 seconds

../ost_utils/ost_utils/assertions.py:60: AssertionError
_______________________________________________
Infra mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/[email protected]/message/P3QRFSHNINN6RIY7CFODUOU5JKXPHOFJ/

Reply via email to