mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-06 11:08:34 +00:00
config2command test: mock kvm_version too
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
b74f5794d3
commit
66c539947a
@ -107,6 +107,9 @@ $qemu_server_module->mock(
|
|||||||
kvm_user_version => sub {
|
kvm_user_version => sub {
|
||||||
return $current_test->{qemu_version} // $base_env->{real_qemu_version};
|
return $current_test->{qemu_version} // $base_env->{real_qemu_version};
|
||||||
},
|
},
|
||||||
|
kvm_version => sub {
|
||||||
|
return $current_test->{qemu_version} // $base_env->{real_qemu_version};
|
||||||
|
},
|
||||||
get_host_arch => sub() {
|
get_host_arch => sub() {
|
||||||
return $current_test->{host_arch} // 'x86_64';
|
return $current_test->{host_arch} // 'x86_64';
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user