]> git.apps.os.sepia.ceph.com Git - ceph-ci.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)
committerVarsha Rao <varao@redhat.com>
Thu, 20 Aug 2020 14:27:25 +0000 (14:27 +0000)
Fixes: https://tracker.ceph.com/issues/47009
Signed-off-by: Varsha Rao <varao@redhat.com>
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):
         '''