Fix some typos in the files

Change-Id: I8e89bb3ae8ef95d4136e0c67f3f0983a510c50bf
This commit is contained in:
zhangyanxian 2016-08-22 02:59:44 +00:00 committed by Alexey Stepanov
parent ffccce4aab
commit 1129b02f77
3 changed files with 3 additions and 3 deletions

View File

@ -219,7 +219,7 @@ class Manager(Basic):
def get_ready_release(self):
"""Make changes in release configuration."""
logger.info("Getting ready relase")
logger.info("Getting ready release")
if self.check_run("ready"):
self.env.revert_snapshot("ready")
logger.info("Getted ready release from snapshot")

View File

@ -2212,7 +2212,7 @@ class FuelWebClient29(object):
cmd='mco find', assert_ec_equal=[0, 1])['stdout_str']
ready_nodes_uids = set(out.split('\n'))
unavailable_nodes = nodes_uids - ready_nodes_uids
logger.debug('Nodes {0} are not reacheable via'
logger.debug('Nodes {0} are not reachable via'
' mcollective'.format(unavailable_nodes))
return not unavailable_nodes

View File

@ -746,7 +746,7 @@ def main():
parser = argparse.ArgumentParser(description='Get downstream build info'
' for Jenkins swarm.runner build.'
' Generate matrix statisctics:'
' Generate matrix statistics:'
' (failure group -> builds & tests).'
' Publish matrix to Testrail'
' if necessary.')