Project:
https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/
Build:
https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/275/
Build Number: 275
Build Status: Still Failing
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #274
[Michal Skrivanek] smaller OST VMs
Changes for Build #275
[Marcin Sobczyk] ost_utils: ansible: Sort events by creation date
-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED:
basic-suite-master.test-scenarios.004_basic_sanity_pytest.test_hotplug_memory
Error Message:
assert 351 == 352 -351 +352
Stack Trace:
prefix = <ovirtlago.prefix.OvirtPrefix object at 0x7f4948b96710>
hotplug_mem_amount = 268435456
@order_by(_TEST_LIST)
def test_hotplug_memory(prefix, hotplug_mem_amount):
api_v4 = prefix.virt_env.engine_vm().get_api_v4()
engine = api_v4.system_service()
vm_service = test_utils.get_vm_service(engine, VM0_NAME)
new_memory = vm_service.get().memory + hotplug_mem_amount
with test_utils.TestEvent(engine, 2039): # HOT_SET_MEMORY(2,039)
vm_service.update(
vm=types.Vm(
memory=new_memory
)
)
assert vm_service.get().memory == new_memory
assert_vm0_is_alive(prefix)
> assert _vm_libvirt_memory_amount(prefix, VM0_NAME) // KB == new_memory
> // MB
E assert 351 == 352
E -351
E +352
../basic-suite-master/test-scenarios/004_basic_sanity_pytest.py:1050:
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/N4VH6P7I3SPLAZRJ7EUVLWEJTICVIVIC/