From: Carsten Rosenberg Date: Thu, 17 Jan 2019 19:26:00 +0000 (+0100) Subject: [Minor] test - adjust antivirus symbols X-Git-Tag: 1.9.0~302^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F2717%2Fhead;p=rspamd.git [Minor] test - adjust antivirus symbols --- diff --git a/test/functional/cases/160_antivirus.robot b/test/functional/cases/160_antivirus.robot index bdbd7456f..8f82abf29 100644 --- a/test/functional/cases/160_antivirus.robot +++ b/test/functional/cases/160_antivirus.robot @@ -25,18 +25,18 @@ CLAMAV HIT Run Dummy Clam ${PORT_CLAM} 1 ${result} = Scan Message With Rspamc ${MESSAGE2} Check Rspamc ${result} CLAM_VIRUS - Should Not Contain ${result.stdout} CLAMAV_FAIL + Should Not Contain ${result.stdout} CLAMAV_VIRUS_FAIL Shutdown clamav CLAMAV CACHE HIT ${result} = Scan Message With Rspamc ${MESSAGE2} Check Rspamc ${result} CLAM_VIRUS - Should Not Contain ${result.stdout} CLAMAV_FAIL + Should Not Contain ${result.stdout} CLAMAV_VIRUS_FAIL CLAMAV CACHE MISS ${result} = Scan Message With Rspamc ${MESSAGE} Check Rspamc ${result} CLAM_VIRUS inverse=1 - Should Not Contain ${result.stdout} CLAMAV_FAIL + Should Not Contain ${result.stdout} CLAMAV_VIRUS_FAIL FPROT MISS Run Dummy Fprot ${PORT_FPROT}