]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/orch: fixup chars before hostname without '.' test
authorMichael Fritch <mfritch@suse.com>
Wed, 20 May 2020 01:21:39 +0000 (19:21 -0600)
committerMichael Fritch <mfritch@suse.com>
Wed, 20 May 2020 01:25:53 +0000 (19:25 -0600)
Signed-off-by: Michael Fritch <mfritch@suse.com>
src/pybind/mgr/cephadm/tests/test_spec.py

index 731a4587026c96f4e46411085cbd4ebab17f4a88..cda89ef02c4c2317e602f8ae776787c10dfb5441 100644 (file)
@@ -422,7 +422,7 @@ def test_spec_octopus():
         ),
         DaemonDescription(
             daemon_type='nfs',
-            daemon_id="a.abc123",
+            daemon_id="ahost1.abc123",
             hostname="host1",
         ),
         False