Fix amount of provisioned nodes after deletion of mongo node

Change-Id: I1dfcd09326e67dfa1129044ba3d06c18505e9f4e
Partial-bug: #1669700
This commit is contained in:
ibumarskov 2017-03-15 12:35:52 +04:00 committed by Ilya Bumarskov
parent d5de1a7b05
commit 54580c0ff9
1 changed files with 1 additions and 1 deletions

View File

@ -559,7 +559,7 @@ class CommandLineTest(test_cli_base.CommandLine):
self.assert_all_tasks_completed(cluster_id=cluster_id)
assert_equal(
6,
5,
len(self.fuel_web.get_nailgun_node_by_status('provisioned')),
'Some unexpected nodes were provisioned,'
' current list of provisioned '