Merge "Fix amount of provisioned nodes after deletion of mongo node"

This commit is contained in:
Jenkins 2017-03-21 11:59:26 +00:00 committed by Gerrit Code Review
commit 744d7dc7a0
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 '