Bump version to 10.0

Change-Id: I374a4a5952914c3e9c9bc46a55023b6309b71b84
Related-bug: #1558589
This commit is contained in:
Sergey Kulanov 2016-03-21 13:28:02 +02:00
parent 24db798ca9
commit e474666979
4 changed files with 6 additions and 4 deletions

View File

@ -56,7 +56,8 @@ class VanillaTwoTemplatesTest(SaharaTemplatesTest):
"6.1": "2.4.1", "6.1": "2.4.1",
"7.0": "2.6.0", "7.0": "2.6.0",
"8.0": "2.7.1", "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._plugin_name = 'vanilla'
self._hadoop_version = mapping_versions_of_plugin.get( self._hadoop_version = mapping_versions_of_plugin.get(

View File

@ -95,7 +95,8 @@ class VanillaTwoClusterTest(SaharaClusterTest):
"6.1": "2.4.1", "6.1": "2.4.1",
"7.0": "2.6.0", "7.0": "2.6.0",
"8.0": "2.7.1", "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._plugin_name = 'vanilla'
self._hadoop_version = mapping_versions_of_plugin.get( self._hadoop_version = mapping_versions_of_plugin.get(

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = fuel-ostf name = fuel-ostf
version = 9.0.0 version = 10.0.0
summary = Library for cloud computing testing summary = Library for cloud computing testing
author = Mirantis Inc. author = Mirantis Inc.
author-email = product@mirantis.com author-email = product@mirantis.com

View File

@ -1,6 +1,6 @@
%define name fuel-ostf %define name fuel-ostf
%define service_name ostf %define service_name ostf
%{!?version: %define version 9.0.0} %{!?version: %define version 10.0.0}
%{!?release: %define release 1} %{!?release: %define release 1}
Summary: cloud computing testing Summary: cloud computing testing