From 18ad31072069cd05b09aef8d5cfdc3113afab6cd Mon Sep 17 00:00:00 2001 From: Shweta Bhosale Date: Fri, 17 Apr 2026 15:00:20 +0530 Subject: [PATCH] mgr/cephadm: Fixed test_scheduling.py Fixes: https://tracker.ceph.com/issues/76079 Signed-off-by: Shweta Bhosale --- src/pybind/mgr/cephadm/tests/test_scheduling.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pybind/mgr/cephadm/tests/test_scheduling.py b/src/pybind/mgr/cephadm/tests/test_scheduling.py index e421c6838a1b..7712dbb0a590 100644 --- a/src/pybind/mgr/cephadm/tests/test_scheduling.py +++ b/src/pybind/mgr/cephadm/tests/test_scheduling.py @@ -1916,7 +1916,7 @@ def test_blocking_daemon_host( ], [], None, - ['nfs:host1'], + ['nfs:host1(*:2049,9587)'], [], ['nfs.nfs2'] # to_remove ), @@ -1960,7 +1960,7 @@ def test_blocking_daemon_host( DaemonDescription('keepalived', 'ingress4', 'host4'), ], None, - ['nfs:host3', 'nfs:host4'], + ['nfs:host3(*:2049,9587)', 'nfs:host4(*:2049,9587)'], [], ['nfs.nfs1', 'nfs.nfs2'] # to_remove ), @@ -1980,7 +1980,7 @@ def test_blocking_daemon_host( DaemonDescription('keepalived', 'ingress3', 'host3'), ], {0: {1: '0.1', 2: '0.2'}, 1: {1: '1.1'}}, - ['nfs:host1(rank=0.2)', 'nfs:host3(rank=1.1)'], + ['nfs:host1(rank=0.2 *:2049,9587)', 'nfs:host3(rank=1.1 *:2049,9587)'], [], ['nfs.0.1'] ), -- 2.47.3