Add new OSTF heat test name 'test_wait_condition'

Add test name 'test_wait_condition'. It is necessary to launch a new test from fuel OSTF

Change-Id: I6bc11174a778f8fa81657959f33577e8f88b9934
Related-Bug: #1514495
This commit is contained in:
Alexandr Nagovitsyn 2015-11-30 17:39:27 +03:00 committed by tatyana-leontovich
parent f3719af6fd
commit 93b26b02f4
1 changed files with 2 additions and 1 deletions

View File

@ -896,7 +896,8 @@ class HeatHAOneController(TestBasic):
'test_advanced_actions',
'test_autoscaling',
'test_rollback',
'test_update']
'test_update',
'test_wait_condition']
test_classes = []