From d09af1b80697c4ed02e420ca89f2675b14b0f47b Mon Sep 17 00:00:00 2001 From: Nikola Pajkovsky Date: Mon, 13 Jun 2011 13:33:30 +0200 Subject: move libreport into its own git ssh://git.fedorahosted.org/git/libreport.git --- .../src/report-python/test_setroubleshoot_example2 | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100755 libreport/src/report-python/test_setroubleshoot_example2 (limited to 'libreport/src/report-python/test_setroubleshoot_example2') diff --git a/libreport/src/report-python/test_setroubleshoot_example2 b/libreport/src/report-python/test_setroubleshoot_example2 deleted file mode 100755 index b712cda7..00000000 --- a/libreport/src/report-python/test_setroubleshoot_example2 +++ /dev/null @@ -1,27 +0,0 @@ -#!/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") - -# Won't send log anywhere: -#rc = report.report(signature, report.io.GTKIO.GTKIO(accounts)) - -# report.report() + logging: -def logging_callback(line): - print "LOG:", line - return -state = report.run_event_state() -state.logging_callback = logging_callback -rc = state.run_event_on_problem_data(signature, "report") - -print "rc:", rc -- cgit