diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-06-02 07:15:28 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-06-26 15:47:47 -0700 |
commit | c44f8f3cb26ff2995e338914ea1dfcefd7366bd6 (patch) | |
tree | 54371f7bcdb28506461abac4279efea0730a4a2d | |
parent | ee580bd011920e8d4d0a89dd03533fe5bea2eac7 (diff) | |
download | meta-security-c44f8f3cb26ff2995e338914ea1dfcefd7366bd6.tar.gz |
runtime: clamav test cleanup
mirror test is independant of download
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-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) |