|
26 | 26 | "vcpu_count", [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30]
|
27 | 27 | )
|
28 | 28 | def test_custom_udev_rule_latency(
|
29 |
| - microvm_factory, guest_kernel_linux_6_1, rootfs_rw, vcpu_count, results_dir |
| 29 | + microvm_factory, guest_kernel_linux_6_5, rootfs_rw, vcpu_count, results_dir |
30 | 30 | ):
|
31 | 31 | """Test the latency for hotplugging and booting CPUs in the guest"""
|
32 | 32 | gcc_compile(Path("./host_tools/hotplug_time.c"), Path("host_tools/hotplug_time.o"))
|
33 | 33 | data = []
|
34 | 34 | for _ in range(20):
|
35 |
| - uvm_hotplug = microvm_factory.build(guest_kernel_linux_6_1, rootfs_rw) |
| 35 | + uvm_hotplug = microvm_factory.build(guest_kernel_linux_6_5, rootfs_rw) |
36 | 36 | uvm_hotplug.jailer.extra_args.update({"boot-timer": None, "no-seccomp": None})
|
37 | 37 | uvm_hotplug.help.enable_console()
|
38 | 38 | uvm_hotplug.spawn()
|
@@ -111,13 +111,13 @@ def test_custom_udev_rule_latency(
|
111 | 111 | "vcpu_count", [2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30]
|
112 | 112 | )
|
113 | 113 | def test_manual_latency(
|
114 |
| - microvm_factory, guest_kernel_linux_6_1, rootfs_rw, vcpu_count, results_dir |
| 114 | + microvm_factory, guest_kernel_linux_6_5, rootfs_rw, vcpu_count, results_dir |
115 | 115 | ):
|
116 | 116 | """Test the latency for hotplugging and booting CPUs in the guest"""
|
117 | 117 | gcc_compile(Path("./host_tools/hotplug_time.c"), Path("host_tools/hotplug_time.o"))
|
118 | 118 | data = []
|
119 | 119 | for _ in range(20):
|
120 |
| - uvm_hotplug = microvm_factory.build(guest_kernel_linux_6_1, rootfs_rw) |
| 120 | + uvm_hotplug = microvm_factory.build(guest_kernel_linux_6_5, rootfs_rw) |
121 | 121 | uvm_hotplug.jailer.extra_args.update({"boot-timer": None, "no-seccomp": None})
|
122 | 122 | uvm_hotplug.help.enable_console()
|
123 | 123 | uvm_hotplug.spawn()
|
|
0 commit comments