From 41c0ccd638dff4f46a5b315a299b4725dbea9c5d Mon Sep 17 00:00:00 2001 From: Michael Fritch Date: Tue, 19 May 2020 19:21:39 -0600 Subject: [PATCH] mgr/orch: fixup chars before hostname without '.' test Signed-off-by: Michael Fritch --- src/pybind/mgr/cephadm/tests/test_spec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/cephadm/tests/test_spec.py b/src/pybind/mgr/cephadm/tests/test_spec.py index 731a4587026..cda89ef02c4 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 -- 2.39.5