From: John Mulligan Date: Tue, 19 Aug 2025 18:47:52 +0000 (-0400) Subject: mgr/cephadm: update tests to match changes to smb image names X-Git-Tag: v20.1.1~92^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F65000%2Fhead;p=ceph.git mgr/cephadm: update tests to match changes to smb image names Signed-off-by: John Mulligan --- diff --git a/src/pybind/mgr/cephadm/tests/test_services.py b/src/pybind/mgr/cephadm/tests/test_services.py index bf1bc5d7bd2f..4ed75b35d638 100644 --- a/src/pybind/mgr/cephadm/tests/test_services.py +++ b/src/pybind/mgr/cephadm/tests/test_services.py @@ -3896,7 +3896,7 @@ class TestSMB: 'config': '', 'keyring': '[client.smb.config.tango.briskly]\nkey = None\n', 'config_auth_entity': 'client.smb.config.tango.briskly', - 'metrics_image': 'quay.io/samba.org/samba-metrics:latest', + 'metrics_image': 'quay.io/samba.org/samba-metrics:ceph20-centos-amd64', 'service_ports': {'smb': 445, 'smbmetrics': 9922, 'ctdb': 4379}, }, } @@ -3971,7 +3971,7 @@ class TestSMB: '[client.smb.fs.fs2.share3]\nkey = None\n' ), 'config_auth_entity': 'client.smb.config.tango.briskly', - 'metrics_image': 'quay.io/samba.org/samba-metrics:latest', + 'metrics_image': 'quay.io/samba.org/samba-metrics:ceph20-centos-amd64', 'service_ports': {'smb': 445, 'smbmetrics': 9922, 'ctdb': 4379}, }, }