Merge "Fix expected resource count" into stable/newton

This commit is contained in:
Jenkins 2017-03-23 12:51:54 +00:00 committed by Gerrit Code Review
commit 87a07f9fd8
1 changed files with 1 additions and 1 deletions

View File

@ -897,7 +897,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,