Add --force usage in cli-gate test

Add --force flag for claster deletion in cli gate test

Change-Id: I7b8c527d17517b48cae34da9fb22bdf984fdaa8e
Related-Bug: #1562028
This commit is contained in:
Tatyana Leontovich 2016-03-28 14:27:20 +03:00
parent 514728cd7f
commit 1c2a1b41c5
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ class CreateDeployEnvironmentCli(test_cli_base.CommandLine):
self.show_step(10)
with self.env.d_env.get_admin_remote() as remote:
res = remote.execute('fuel --env {0} env delete'
res = remote.execute('fuel --env {0} env delete --force'
.format(cluster_id))
asserts.assert_true(
res['exit_code'] == 0)