summaryrefslogtreecommitdiffstats
path: root/src/report-python/test_setroubleshoot_example
blob: 74428f1685de7c44d052544027c01ee257ef11ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/python

import report
import report.io
import report.io.GTKIO
import report.accountmanager

accounts = report.accountmanager.AccountManager()

signature = report.createAlertSignature("selinux-policy",
                                        "setroubleshoot",
                                        "self.siginfo.get_hash()",
                                        "self.summary",
                                        "content")

rc = report.report(signature, report.io.GTKIO.GTKIO(accounts))

print "rc:", rc