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_night...
Build Number: 264
Build Status: Failure
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #264
[Michal Skrivanek] smaller OST VMs
-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED: basic-suite-master.test-scenarios.004_basic_sanity_pytest.test_hotplug_memory
Error Message:
assert 323 == 352 -323 +352
Stack Trace:
prefix = <ovirtlago.prefix.OvirtPrefix object at 0x7f229a1ffc10>
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 323 == 352
E -323
E +352
../basic-suite-master/test-scenarios/004_basic_sanity_pytest.py:1050: AssertionError