Merge PR #37571 into master

* refs/pull/37571/head:
	qa/tasks/cephfs/nfs: Check ganesha daemon status after restarting mgr

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
Patrick Donnelly 2020-10-07 12:38:04 -07:00
commit 035ff8b827
No known key found for this signature in database
GPG Key ID: 3A2A7E25BEA8AADB

View File

@ -362,6 +362,8 @@ class TestNFS(MgrTestCase):
self._unload_module("cephadm")
self._load_module("cephadm")
self._orch_cmd("set", "backend", "cephadm")
# Check if ganesha daemon is running
self._check_nfs_cluster_status('running', 'Failed to redeploy NFS Ganesha cluster')
# Checks if created export is listed
self._test_list_export()
port, ip = self._get_port_ip_info()