tests/avocado: add hotplug_blk test
authorVladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Tue, 9 Apr 2024 06:58:54 +0000 (09:58 +0300)
committerThomas Huth <thuth@redhat.com>
Tue, 2 Jul 2024 07:42:27 +0000 (09:42 +0200)
commit99a28bd50fff03ef0bc2570ed3082c1e7e1be0bf
tree78c1d66999dc5ac152627dfdcd54c3265cbd6d4f
parent999c870e9ebc9a0b742d58b884a3bab756ffd777
tests/avocado: add hotplug_blk test

Introduce a test, that checks that plug/unplug of virtio-blk device
works.

(the test is developed by copying hotplug_cpu.py, so keep original
copyright)

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20240409065854.366856-1-vsementsov@yandex-team.ru>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/avocado/hotplug_blk.py [new file with mode: 0644]