Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #358 from shaon/sosfix
Browse files Browse the repository at this point in the history
remove skip-plugin
  • Loading branch information
shaon committed Aug 26, 2015
2 parents 2bafa31 + fbec8a6 commit 6858669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcases/cloud_admin/run_sos_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def Run(self):
if machine.distro.name is "vmware":
continue
machine.sys("mkdir -p " + self.args.remote_dir)
machine.sys("sosreport --batch --skip-plugins=emc --tmp-dir " + self.args.remote_dir + " --ticket-number " + str(self.args.ticket_number),
machine.sys("sosreport --batch --tmp-dir " + self.args.remote_dir + " --ticket-number " + str(self.args.ticket_number),
code=0, timeout=self.args.timeout)
except Exception, e:
error_msg += 'Error running SOS report on:' + str(machine.hostname) + '. Error:' + str(e)
Expand Down

0 comments on commit 6858669

Please sign in to comment.