Skip to content

Commit 89fcbce

Browse files
rkachachadk3798
authored andcommitted
mgr/cephadm: fixing SMB service discovery UT
Signed-off-by: Redouane Kachach <[email protected]>
1 parent e40d2c6 commit 89fcbce

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)