Beispiel #1
0
 def setUp(self):
     pool = Pool(3)
     
     self.plugin = clamav()
     self.plugin.set_worker_pool(pool)
     
     kb.kb.clear('clamav', 'malware')
Beispiel #2
0
    def setUp(self):
        pool = Pool(3)

        self.plugin = clamav()
        self.plugin.set_worker_pool(pool)

        kb.kb.clear('clamav', 'malware')
Beispiel #3
0
 def setUp(self):
     self.plugin = clamav()
     super(TestClamAVScan, self).setUp()
Beispiel #4
0
 def setUp(self):
     self.plugin = clamav()
     super(TestClamAVScan, self).setUp()