5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2024-12-22 13:34:06 +03:00
qemu-server/test/MigrationTest
Fabian Ebner 8b70288e7d test: migrate: correctly mock storage module
by fixing a typo. Since cfs_read_file within the storage module was not mocked,
the tests could fail on some setups. Now that get_bandwidth_limit is mocked,
cfs_read_file is not called anymore, but still mock it too for good measure and
to make it more future-proof.

Reported-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
2021-02-08 16:25:49 +01:00
..
QemuMigrateMock.pm create test environment for migration 2020-12-15 15:21:37 +01:00
QmMock.pm create test environment for migration 2020-12-15 15:21:37 +01:00
Shared.pm test: migrate: correctly mock storage module 2021-02-08 16:25:49 +01:00