Use the newer way of removing the DS instance

Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
Stanislav Laznicka
2018-05-16 16:39:18 +02:00
committed by Christian Heimes
parent e8342d414d
commit 8fb63966cd

View File

@@ -118,3 +118,6 @@ class TestUninstallBase(IntegrationTest):
paths.REMOVE_DS_PL,
'-i', instance_name
])
self.master.run_command([
paths.DSCTL, serverid, 'remove', '--doit'
])