diff --git a/fuel_health/tests/sanity/test_sanity_sahara.py b/fuel_health/tests/sanity/test_sanity_sahara.py index 69492431..bd0d18c6 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", + "10.0": "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..d6a62198 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", + "10.0": "2.7.1" } self._plugin_name = 'vanilla' self._hadoop_version = mapping_versions_of_plugin.get( diff --git a/setup.cfg b/setup.cfg index 1983f9da..b4b315a8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = fuel-ostf -version = 9.0.0 +version = 10.0.0 summary = Library for cloud computing testing author = Mirantis Inc. author-email = product@mirantis.com diff --git a/specs/fuel-ostf.spec b/specs/fuel-ostf.spec index 076103e2..cc56fb0e 100644 --- a/specs/fuel-ostf.spec +++ b/specs/fuel-ostf.spec @@ -1,6 +1,6 @@ %define name fuel-ostf %define service_name ostf -%{!?version: %define version 9.0.0} +%{!?version: %define version 10.0.0} %{!?release: %define release 1} Summary: cloud computing testing