Skip to content

Commit

Permalink
Merge branch 'remote_vm_using_stdout'
Browse files Browse the repository at this point in the history
  • Loading branch information
clebergnu committed Jul 25, 2016
2 parents 739558f + 6f74c3d commit ef4c97c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions avocado/plugins/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,4 @@ def run(self, args):
('remote_hostname',)):
register_test_result_class(args, RemoteTestResult)
args.test_runner = RemoteTestRunner
setattr(args, 'stdout_claimed_by', '--remote-hostname')
1 change: 1 addition & 0 deletions avocado/plugins/vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,4 @@ def run(self, args):
if self._check_required_args(args, 'vm_domain', ('vm_domain',)):
register_test_result_class(args, VMTestResult)
args.test_runner = VMTestRunner
setattr(args, 'stdout_claimed_by', '--vm-domain')

0 comments on commit ef4c97c

Please sign in to comment.