Fix expected resource count

Change-Id: If66a8c281f39230d83027d4da9a3395da8d5a623
Closes-bug: #1674928
This commit is contained in:
ibumarskov 2017-03-23 15:39:37 +04:00
parent 8410f37040
commit 246785a431
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,