From 670512f0d7db15c7d5cde61e1fbb35e2af39412f Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sat, 10 Oct 2009 22:48:10 +0200 Subject: [PATCH] [entropy.spm] add another function to plugin prototype class --- libraries/entropy/spm/plugins/skel.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libraries/entropy/spm/plugins/skel.py b/libraries/entropy/spm/plugins/skel.py index 7029014b8..4af445ede 100644 --- a/libraries/entropy/spm/plugins/skel.py +++ b/libraries/entropy/spm/plugins/skel.py @@ -517,6 +517,16 @@ class SpmPlugin(Singleton): """ raise NotImplementedError() + @staticmethod + def execute_qa_tests(package_path): + """ + Execute Source Package Manager based QA tests on Entropy package + files. This method can be used to test Entropy produced packages + to make sure that they are fine on this side too. It is called + by Entropy QA module (entropy.qa). + """ + raise NotImplementedError() + def execute_package_phase(self, package_metadata, phase_name): """ Execute Source Package Manager package phase (postinstall, preinstall,