diff options
author | vitikkan <viktor.tikkanen@nokia.com> | 2016-08-17 09:51:01 +0300 |
---|---|---|
committer | vitikkan <viktor.tikkanen@nokia.com> | 2016-08-17 09:54:21 +0300 |
commit | 86693ef6417f77438bace121dd05b6a3c87979f8 (patch) | |
tree | 4c2714a0dc66f9bb325cbb907acf13a16936b765 /testcases/OpenStack/tempest/custom_tests/blacklist.txt | |
parent | 68eaeac3b2306a975dff258f52a2b33f427b7d6e (diff) |
blacklist.txt file format corrected
Only last part of blacklist.txt file was loaded by yaml.safe_load()
function. File format is corrected.
JIRA: FUNCTEST-418
Change-Id: I9c922b1a7b739e7d0c0d5afa3e0ea700749f9d50
Signed-off-by: vitikkan <viktor.tikkanen@nokia.com>
Diffstat (limited to 'testcases/OpenStack/tempest/custom_tests/blacklist.txt')
-rw-r--r-- | testcases/OpenStack/tempest/custom_tests/blacklist.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testcases/OpenStack/tempest/custom_tests/blacklist.txt b/testcases/OpenStack/tempest/custom_tests/blacklist.txt index ddd41e688..b273c8fb0 100644 --- a/testcases/OpenStack/tempest/custom_tests/blacklist.txt +++ b/testcases/OpenStack/tempest/custom_tests/blacklist.txt @@ -16,6 +16,7 @@ - tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern - tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV2.test_volume_boot_pattern +- scenarios: - os-odl_l2-nofeature-ha - os-odl_l2-nofeature-noha @@ -32,6 +33,7 @@ tests: - tempest.api.object_storage +- scenarios: - os-onos-nofeature-ha - os-onos-nofeature-noha |