From: Michael Fritch Date: Wed, 20 May 2020 01:21:39 +0000 (-0600) Subject: mgr/orch: fixup chars before hostname without '.' test X-Git-Tag: v16.1.0~2251^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=41c0ccd638dff4f46a5b315a299b4725dbea9c5d;p=ceph.git mgr/orch: fixup chars before hostname without '.' test Signed-off-by: Michael Fritch --- diff --git a/src/pybind/mgr/cephadm/tests/test_spec.py b/src/pybind/mgr/cephadm/tests/test_spec.py index 731a4587026c..cda89ef02c4c 100644 --- a/src/pybind/mgr/cephadm/tests/test_spec.py +++ b/src/pybind/mgr/cephadm/tests/test_spec.py @@ -422,7 +422,7 @@ def test_spec_octopus(): ), DaemonDescription( daemon_type='nfs', - daemon_id="a.abc123", + daemon_id="ahost1.abc123", hostname="host1", ), False