Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional function to fs module #39

Merged
merged 13 commits into from
Apr 1, 2016

Conversation

cynepco3hahue
Copy link
Collaborator

  • chown
  • mkdir
  • chmod

:return: True, if action succeed, otherwise False
:rtype: bool
"""
return self.host.run_command(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note that host.run_command will be removed, read #24 .

@lukas-bednar
Copy link
Member

this change looks good to me, just I would rather use exception instead of True/False. what does os.mkdir module return ? ...

@lukas-bednar lukas-bednar merged commit 0e8eb4f into rhevm-qe-automation:master Apr 1, 2016
@cynepco3hahue cynepco3hahue deleted the fs_chmod_chown branch April 3, 2016 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants