From 8fb63966cd0622d37309934ce8cbb1e65cf6ae81 Mon Sep 17 00:00:00 2001 From: Stanislav Laznicka Date: Wed, 16 May 2018 16:39:18 +0200 Subject: [PATCH] Use the newer way of removing the DS instance Reviewed-By: Alexander Bokovoy --- ipatests/test_integration/test_uninstallation.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ipatests/test_integration/test_uninstallation.py b/ipatests/test_integration/test_uninstallation.py index 4e5d0937a..9bbfc4f45 100644 --- a/ipatests/test_integration/test_uninstallation.py +++ b/ipatests/test_integration/test_uninstallation.py @@ -118,3 +118,6 @@ class TestUninstallBase(IntegrationTest): paths.REMOVE_DS_PL, '-i', instance_name ]) + self.master.run_command([ + paths.DSCTL, serverid, 'remove', '--doit' + ])