Change link to fuel documentation in OSTF

- Due to making fuel repos community friendly
change link from mirantis doc to https://www.fuel-infra.org/#fueldocs

Change-Id: If77afba1bbcec08397eb5cd64f4991111d081aca
Related-Bug: #1547456
This commit is contained in:
asledzinskiy 2016-03-03 11:21:14 +02:00
parent 1cb7c1ac94
commit 155450a648
2 changed files with 5 additions and 9 deletions

View File

@ -37,9 +37,7 @@ class MuranoDeployLinuxServicesTests(muranomanager.MuranoTest):
super(MuranoDeployLinuxServicesTests, self).setUp()
self.check_clients_state()
self.doc_link = ('http://docs.mirantis.com/openstack/fuel/'
'fuel-{0}/user-guide.html#platform-tests-'
'description'.format(self.config.fuel.fuel_version))
self.doc_link = 'https://www.fuel-infra.org/#fueldocs'
self.image = self.find_murano_image('linux')
@ -198,7 +196,7 @@ class MuranoDeployLinuxServicesTests(muranomanager.MuranoTest):
if not self.image:
msg = ('Murano image was not properly registered or was not '
'uploaded at all. Please refer to the Mirantis OpenStack '
'uploaded at all. Please refer to the Fuel '
'documentation ({0}) to find out how to upload and/or '
'register image for Murano.'.format(self.doc_link))
LOG.debug(msg)
@ -307,7 +305,7 @@ class MuranoDeployLinuxServicesTests(muranomanager.MuranoTest):
if not self.image:
msg = ('Murano image was not properly registered or was not '
'uploaded at all. Please refer to the Mirantis OpenStack '
'uploaded at all. Please refer to the Fuel '
'documentation ({0}) to find out how to upload and/or '
'register image for Murano.'.format(self.doc_link))
LOG.debug(msg)

View File

@ -29,9 +29,7 @@ class SaharaClusterTest(saharamanager.SaharaTestsManager):
def setUp(self):
super(SaharaClusterTest, self).setUp()
doc_link = ('http://docs.mirantis.com/'
'openstack/fuel/fuel-{0}/operations.html#sahara-'
'test-prepare'.format(self.config.fuel.fuel_version))
doc_link = 'https://www.fuel-infra.org/#fueldocs'
max_free_ram_mb = (
self.get_max_free_compute_node_ram(self.min_required_ram_mb))
@ -48,7 +46,7 @@ class SaharaClusterTest(saharamanager.SaharaTestsManager):
self._hadoop_version)
if not self.image_id:
msg = ('Sahara image was not correctly registered or it was not '
'uploaded at all. Please refer to the Mirantis OpenStack '
'uploaded at all. Please refer to the Fuel '
'documentation ({0}) to find out how to upload and/or '
'register image for Sahara.'.format(doc_link))
LOG.debug(msg)