From: Shweta Bhosale Date: Fri, 17 Apr 2026 09:30:20 +0000 (+0530) Subject: mgr/cephadm: Fixed test_scheduling.py X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F68438%2Fhead;p=ceph.git mgr/cephadm: Fixed test_scheduling.py Fixes: https://tracker.ceph.com/issues/76079 Signed-off-by: Shweta Bhosale --- 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'] ),