Skip to content

Commit d2bde38

Browse files
authored
Merge pull request ceph#64518 from adk3798/fix-smb-sd-config-unit-test-cephadm
mgr/cephadm: fixing SMB service discovery UT https://tracker.ceph.com/issues/72152 Reviewed-by: Redouane Kachach <[email protected]>
2 parents a96f309 + 89fcbce commit d2bde38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pybind/mgr/cephadm/tests/test_service_discovery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def __init__(self, service, port):
8787
class FakeSpecStore():
8888
def __init__(self, mgr):
8989
self.mgr = mgr
90-
self._specs = {'ingress': FakeSpecDescription('ingress', 9049), 'nfs': FakeSpecDescription('nfs', 9587)}
90+
self._specs = {'ingress': FakeSpecDescription('ingress', 9049), 'nfs': FakeSpecDescription('nfs', 9587), 'smb': FakeSpecDescription('smb', 9922)}
9191

9292
def __contains__(self, name):
9393
return name in self._specs

0 commit comments

Comments
 (0)