From b79cc22ac73b407759f72acfa06271957d9ecc3d Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Thu, 21 Aug 2025 12:54:44 -0400 Subject: [PATCH] cephadm: enable test case for centos10 cephadm rpm build Now that the build script is updated we can enable the test for centos 10 based rpm sourced cephadm builds. Signed-off-by: John Mulligan (cherry picked from commit 16530fde5e4a84c5690da760f4be5dd91131a69b) --- src/cephadm/tests/build/test_cephadm_build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cephadm/tests/build/test_cephadm_build.py b/src/cephadm/tests/build/test_cephadm_build.py index 185ffbf6bb1..602774865ab 100644 --- a/src/cephadm/tests/build/test_cephadm_build.py +++ b/src/cephadm/tests/build/test_cephadm_build.py @@ -140,6 +140,7 @@ def test_cephadm_build(env, source_dir, tmp_path): 'env', [ 'centos-9-plusdeps', + 'centos-10-plusdeps', 'centos-9', ], ) -- 2.39.5