From 53d55f223c5375520837ed4aa2cbb87d1cfc644c Mon Sep 17 00:00:00 2001 From: Evgeny Sikachev Date: Mon, 19 Sep 2016 17:05:58 +0300 Subject: [PATCH] Add hadoop version for mos 9.1 Vanilla have a 2.7.1 version for mos 9.1 release closes-bug: #1625139 Change-Id: I6d066245f4accad5851e6fc9548fff01ceb3d847 --- fuel_health/tests/sanity/test_sanity_sahara.py | 2 +- fuel_health/tests/tests_platform/test_sahara.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/fuel_health/tests/sanity/test_sanity_sahara.py b/fuel_health/tests/sanity/test_sanity_sahara.py index ac07161b..4e3f003d 100644 --- a/fuel_health/tests/sanity/test_sanity_sahara.py +++ b/fuel_health/tests/sanity/test_sanity_sahara.py @@ -57,7 +57,7 @@ class VanillaTwoTemplatesTest(SaharaTemplatesTest): "7.0": "2.6.0", "8.0": "2.7.1", "9.0": "2.7.1", - "10.0": "2.7.1" + "9.1": "2.7.1" } self._plugin_name = 'vanilla' self._hadoop_version = mapping_versions_of_plugin.get( diff --git a/fuel_health/tests/tests_platform/test_sahara.py b/fuel_health/tests/tests_platform/test_sahara.py index d6a62198..9f8f54ec 100644 --- a/fuel_health/tests/tests_platform/test_sahara.py +++ b/fuel_health/tests/tests_platform/test_sahara.py @@ -96,6 +96,7 @@ class VanillaTwoClusterTest(SaharaClusterTest): "7.0": "2.6.0", "8.0": "2.7.1", "9.0": "2.7.1", + "9.1": "2.7.1", "10.0": "2.7.1" } self._plugin_name = 'vanilla'