diff options
| -rw-r--r-- | lib/oeqa/runtime/cases/clamav.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oeqa/runtime/cases/clamav.py b/lib/oeqa/runtime/cases/clamav.py index d0bc645..2808df4 100644 --- a/lib/oeqa/runtime/cases/clamav.py +++ b/lib/oeqa/runtime/cases/clamav.py | |||
| @@ -57,7 +57,7 @@ class ClamavTest(OERuntimeTestCase): | |||
| 57 | 'Status and output:%s and %s' % (status, output)) | 57 | 'Status and output:%s and %s' % (status, output)) |
| 58 | self.assertEqual(status, 1, msg = msg) | 58 | self.assertEqual(status, 1, msg = msg) |
| 59 | 59 | ||
| 60 | @OETestDepends(['clamav.ClamavTest.test_freshclam_download']) | 60 | @OETestDepends(['clamav.ClamavTest.test_ping_clamav_net']) |
| 61 | def test_freshclam_check_mirrors(self): | 61 | def test_freshclam_check_mirrors(self): |
| 62 | status, output = self.target.run('freshclam --list-mirrors') | 62 | status, output = self.target.run('freshclam --list-mirrors') |
| 63 | match = re.search('Failures: 0', output) | 63 | match = re.search('Failures: 0', output) |
