Merge "Fix expected resource count"

This commit is contained in:
Jenkins 2017-03-28 08:11:33 +00:00 committed by Gerrit Code Review
commit 4fec779c4f
1 changed files with 1 additions and 1 deletions

View File

@ -899,7 +899,7 @@ def check_oswl_stat(postgres_actions, nailgun_actions,
expected_resource_count = {
'current':
{'vm': 0,
'flavor': 6,
'flavor': 2,
'volume': 0,
'image': 0,
'tenant': 2,