The PVE::QemuMigrate::read_tunnel() function was removed by commit
e594231b ("migrate: move tunnel-helpers to pve-guest-common").Signed-off-by: Fiona Ebner <[email protected]> --- src/test/MigrationTest/QemuMigrateMock.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/test/MigrationTest/QemuMigrateMock.pm b/src/test/MigrationTest/QemuMigrateMock.pm index 8cd2da12..df8b575a 100644 --- a/src/test/MigrationTest/QemuMigrateMock.pm +++ b/src/test/MigrationTest/QemuMigrateMock.pm @@ -75,9 +75,6 @@ $qemu_migrate_module->mock( fork_tunnel => sub { die "fork_tunnel (mocked) - implement me\n"; # currently no call should lead here }, - read_tunnel => sub { - die "read_tunnel (mocked) - implement me\n"; # currently no call should lead here - }, start_remote_tunnel => sub { my ($self, $raddr, $rport, $ruri, $unix_socket_info) = @_; $expected_calls->{'finish_tunnel'} = 1; -- 2.47.3
