Extend ignored OSTF mapping for 9.1 release

Current code works fine for upgrades scenario but backup-restore
assumes that UPGRADE_FUEL_FROM will be '9.1'.
Closes-bug:1617196

Change-Id: I935c6a9998ded23d1af416ba9d3ed55c2fc81f26
This commit is contained in:
Vladimir Khlyunev 2016-08-26 10:56:36 +03:00
parent d66554d08a
commit 15fb28b640
1 changed files with 3 additions and 1 deletions

View File

@ -45,7 +45,9 @@ class DataDrivenUpgradeBase(TestBasic):
IGNORED_OSTF_TESTS = {
'7.0': ['Instance live migration'],
'8.0': ['Launch instance with file injection']
'8.0': ['Launch instance with file injection'],
'9.0': [],
'9.1': []
}
OCTANE_COMMANDS = {