From 362e121e468f7f2b16eb457ba24d9af8b74c3f9c Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 28 Jun 2021 13:54:00 -0400 Subject: [PATCH] mgr/nfs: adjust test to match pool name Signed-off-by: Sage Weil --- src/pybind/mgr/nfs/tests/test_nfs.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pybind/mgr/nfs/tests/test_nfs.py b/src/pybind/mgr/nfs/tests/test_nfs.py index 49f719a6b60..3e1911d7279 100644 --- a/src/pybind/mgr/nfs/tests/test_nfs.py +++ b/src/pybind/mgr/nfs/tests/test_nfs.py @@ -83,13 +83,13 @@ EXPORT conf_nodeb = '%url "rados://ganesha/ns/export-1"' conf_nfs_foo = ''' -%url "rados://ganesha2/foo/export-1" +%url "rados://nfs-ganesha/foo/export-1" -%url "rados://ganesha2/foo/export-2"''' +%url "rados://nfs-ganesha/foo/export-2"''' clusters = { 'foo': { - 'pool': 'ganesha2', + 'pool': 'nfs-ganesha', 'namespace': 'foo', 'type': "ORCHESTRATOR", 'daemon_conf': 'conf-nfs.foo', -- 2.39.5