We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c32222 commit 922da76Copy full SHA for 922da76
tests/integration_tests/functional/test_memory_hp.py renamed to tests/integration_tests/performance/test_hotplug_memory.py
@@ -1,7 +1,12 @@
1
# Copyright 2025 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
# SPDX-License-Identifier: Apache-2.0
3
4
-"""Tests for verifying the virtio-mem is working correctly"""
+"""
5
+Tests for verifying the virtio-mem is working correctly
6
+
7
+This file also contains functional tests for virtio-mem because they need to be
8
+run on an ag=1 host due to the use of HugePages.
9
10
11
import pytest
12
from packaging import version
0 commit comments