diff options
author | Carsten Rosenberg <c.rosenberg@heinlein-support.de> | 2019-01-17 20:26:00 +0100 |
---|---|---|
committer | Carsten Rosenberg <c.rosenberg@heinlein-support.de> | 2019-01-17 20:26:00 +0100 |
commit | 968d92d048430fd26ad86e741c7e73d83a9c1ca7 (patch) | |
tree | f37944484228a308ff3820d62cde844dc3986dd9 /test/functional | |
parent | 6e98ad0a3c80ef416403ff8f5ef3788c54b376a4 (diff) | |
download | rspamd-968d92d048430fd26ad86e741c7e73d83a9c1ca7.tar.gz rspamd-968d92d048430fd26ad86e741c7e73d83a9c1ca7.zip |
[Minor] test - adjust antivirus symbols
Diffstat (limited to 'test/functional')
-rw-r--r-- | test/functional/cases/160_antivirus.robot | 6 |
1 files changed, 3 insertions, 3 deletions
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} |