Skip to content

Commit 922da76

Browse files
committed
chore(test/virtio-mem): move tests under performance
Since these tests need to be run on an ag=1 host, move them under the "performance" folder. Signed-off-by: Riccardo Mancini <[email protected]>
1 parent 5c32222 commit 922da76

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/integration_tests/functional/test_memory_hp.py renamed to tests/integration_tests/performance/test_hotplug_memory.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Copyright 2025 Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
"""Tests for verifying the virtio-mem is working correctly"""
4+
"""
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+
"""
510

611
import pytest
712
from packaging import version

0 commit comments

Comments
 (0)