diff options
author | Martin Sivak <msivak@redhat.com> | 2010-08-26 16:25:20 +0200 |
---|---|---|
committer | Martin Sivak <msivak@redhat.com> | 2010-08-30 14:37:55 +0200 |
commit | 9c70a5f7cf94e712429f2b319032b53908dfa006 (patch) | |
tree | 131d8996facca337c455cbe32ad25c5678d830c8 /plugins/openscap_plugin.py | |
parent | b5786fb338b592404fd5beeb51ab65b0709ab843 (diff) | |
download | firstaidkit-9c70a5f7cf94e712429f2b319032b53908dfa006.tar.gz firstaidkit-9c70a5f7cf94e712429f2b319032b53908dfa006.tar.xz firstaidkit-9c70a5f7cf94e712429f2b319032b53908dfa006.zip |
Add proper behaviour to OpenSCAP result NOT_CHECKED
Diffstat (limited to 'plugins/openscap_plugin.py')
-rw-r--r-- | plugins/openscap_plugin.py | 1 |
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 |