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

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

        kb.kb.clear('clamav', 'malware')
示例#3
0
    def setUp(self):
        pool = Pool(3)

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

        kb.kb.clear("clamav", "malware")
示例#4
0
 def setUp(self):
     self.plugin = clamav()
     super(TestClamAVScan, self).setUp()
示例#5
0
 def setUp(self):
     self.plugin = clamav()
     super(TestClamAVScan, self).setUp()