Merge "Bump version to 10.0"

This commit is contained in:
Jenkins 2016-04-06 11:55:03 +00:00 committed by Gerrit Code Review
commit cdb5ddca79
4 changed files with 6 additions and 4 deletions

View File

@ -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(

View File

@ -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(

View File

@ -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

View File

@ -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