Skip to content

Commit f410ef2

Browse files
authored
Merge pull request #327 from xcp-ng/host_with_perf_8.3
host_with_perf: Set to 8.3 hosts only
2 parents 0aa175b + c424cca commit f410ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/packages/linux_image/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from pkgfixtures import host_with_saved_yum_state
77

88
@pytest.fixture(scope="package")
9-
def host_with_perf(host_with_saved_yum_state):
9+
def host_with_perf(host_at_least_8_3, host_with_saved_yum_state):
1010
host = host_with_saved_yum_state
1111

1212
logging.info(f"Getting perf package")

0 commit comments

Comments
 (0)