From 092359eba4605400c5601be80577520a057fcaf8 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 (cherry picked from commit 53d55f223c5375520837ed4aa2cbb87d1cfc644c) --- fuel_health/tests/sanity/test_sanity_sahara.py | 3 ++- fuel_health/tests/tests_platform/test_sahara.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/fuel_health/tests/sanity/test_sanity_sahara.py b/fuel_health/tests/sanity/test_sanity_sahara.py index 96cd62bf..4e3f003d 100644 --- a/fuel_health/tests/sanity/test_sanity_sahara.py +++ b/fuel_health/tests/sanity/test_sanity_sahara.py @@ -56,7 +56,8 @@ class VanillaTwoTemplatesTest(SaharaTemplatesTest): "6.1": "2.4.1", "7.0": "2.6.0", "8.0": "2.7.1", - "9.0": "2.7.1" + "9.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 4b5e5589..2d2c76ba 100644 --- a/fuel_health/tests/tests_platform/test_sahara.py +++ b/fuel_health/tests/tests_platform/test_sahara.py @@ -95,7 +95,8 @@ class VanillaTwoClusterTest(SaharaClusterTest): "6.1": "2.4.1", "7.0": "2.6.0", "8.0": "2.7.1", - "9.0": "2.7.1" + "9.0": "2.7.1", + "9.1": "2.7.1" } self._plugin_name = 'vanilla' self._hadoop_version = mapping_versions_of_plugin.get(