Skip to content

Commit 50c0543

Browse files
committed
test: rename host metrics to use linux next
Rename metrics published by memory hotplug and jailer tests so they are visible on the dashboard. Signed-off-by: Nikita Kalyazin <[email protected]>
1 parent b2d3286 commit 50c0543

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integration_tests/performance/test_hotplug_memory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ def test_memory_hotplug_latency(
520520
{
521521
"instance": global_props.instance,
522522
"cpu_model": global_props.cpu_model,
523-
"host_kernel": f"linux-{global_props.host_linux_version}",
523+
"host_kernel": f"linux-{global_props.host_linux_version_metrics}",
524524
"performance_test": "test_memory_hotplug_latency",
525525
"hotplug_size": str(hotplug_size),
526526
"huge_pages": huge_pages,

tests/integration_tests/performance/test_jailer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def test_jailer_startup(
5252
{
5353
"instance": global_props.instance,
5454
"cpu_model": global_props.cpu_model,
55-
"host_kernel": f"linux-{global_props.host_linux_version}",
55+
"host_kernel": f"linux-{global_props.host_linux_version_metrics}",
5656
"performance_test": "test_jailer_startup",
5757
"parallel": str(parallel),
5858
"mounts": str(mounts),

0 commit comments

Comments
 (0)