]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/nfs: Delete nfs cluster after exports are created
authorVarsha Rao <varao@redhat.com>
Thu, 20 Aug 2020 12:09:33 +0000 (12:09 +0000)
committerSebastian Wagner <sebastian.wagner@suse.com>
Fri, 21 Aug 2020 11:04:01 +0000 (13:04 +0200)
Fixes: https://tracker.ceph.com/issues/47009
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 049afe5a7e6c3ccfaf29407111ff02d6ca5ee9e3)

qa/tasks/cephfs/test_nfs.py

index 4d07e55978d09c2ddc2464fbeabb35d5ddeb3876..72036bc594e878feb909cae2a910a3059f671196 100644 (file)
@@ -299,6 +299,7 @@ class TestNFS(MgrTestCase):
                                                              self.pseudo_path])
         self._test_idempotency(self._delete_export, ['nfs', 'export', 'delete', self.cluster_id,
                                                      self.pseudo_path])
+        self._test_delete_cluster()
 
     def test_create_multiple_exports(self):
         '''
@@ -333,6 +334,7 @@ class TestNFS(MgrTestCase):
         # Checks if created export is listed
         self._test_list_export()
         self._delete_export()
+        self._test_delete_cluster()
 
     def test_export_create_with_non_existing_fsname(self):
         '''