Fix expected resource count

Change-Id: If66a8c281f39230d83027d4da9a3395da8d5a623
Closes-bug: #1674928
(cherry picked from commit 246785a431)
This commit is contained in:
ibumarskov 2017-03-23 15:39:37 +04:00 committed by Ilya Bumarskov
parent 1f4b600dab
commit 4934db769a
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,