]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional: add skipLockedMemoryTest decorator
authorAlexandr Moshkov <dtalexundeer@yandex-team.ru>
Thu, 5 Jun 2025 06:59:09 +0000 (11:59 +0500)
committerThomas Huth <thuth@redhat.com>
Wed, 11 Jun 2025 10:17:57 +0000 (12:17 +0200)
commit23c90999f64598439990f9a599d6cb25df90eccf
tree7286457724cb3346539c3f5b62154f9f59562956
parent3f11e5f4009f32261806905c37b2d260a9a194f0
tests/functional: add skipLockedMemoryTest decorator

Used in future commit to skipping execution of a tests if the system's
locked memory limit is below the required threshold.

Signed-off-by: Alexandr Moshkov <dtalexundeer@yandex-team.ru>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20250605065908.299979-2-dtalexundeer@yandex-team.ru>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/functional/qemu_test/__init__.py
tests/functional/qemu_test/decorators.py