summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2010-08-26 16:25:20 +0200
committerMartin Sivak <msivak@redhat.com>2010-08-30 14:37:55 +0200
commit9c70a5f7cf94e712429f2b319032b53908dfa006 (patch)
tree131d8996facca337c455cbe32ad25c5678d830c8
parentb5786fb338b592404fd5beeb51ab65b0709ab843 (diff)
downloadfirstaidkit-9c70a5f7cf94e712429f2b319032b53908dfa006.tar.gz
firstaidkit-9c70a5f7cf94e712429f2b319032b53908dfa006.tar.xz
firstaidkit-9c70a5f7cf94e712429f2b319032b53908dfa006.zip
Add proper behaviour to OpenSCAP result NOT_CHECKED
-rw-r--r--plugins/openscap_plugin.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/openscap_plugin.py b/plugins/openscap_plugin.py
index c20002c..dc28792 100644
--- a/plugins/openscap_plugin.py
+++ b/plugins/openscap_plugin.py
@@ -152,7 +152,6 @@ class OpenSCAPPlugin(Plugin):
self._reporting.info("Selecting rule "+x.item, origin = self, level = PLUGIN)
self._reporting.info("Starting OpenSCAP evaluation", origin = self, level = PLUGIN)
- self._policy.model.benchmark.export("lala.xml")
self._policy.evaluate()
self._result=ReturnSuccess