runtime: clamav test cleanup

mirror test is independant of download

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2019-06-02 07:15:28 -07:00
parent ee580bd011
commit c44f8f3cb2

View File

@@ -57,7 +57,7 @@ class ClamavTest(OERuntimeTestCase):
'Status and output:%s and %s' % (status, output))
self.assertEqual(status, 1, msg = msg)
@OETestDepends(['clamav.ClamavTest.test_freshclam_download'])
@OETestDepends(['clamav.ClamavTest.test_ping_clamav_net'])
def test_freshclam_check_mirrors(self):
status, output = self.target.run('freshclam --list-mirrors')
match = re.search('Failures: 0', output)