From 968d92d048430fd26ad86e741c7e73d83a9c1ca7 Mon Sep 17 00:00:00 2001 From: Carsten Rosenberg Date: Thu, 17 Jan 2019 20:26:00 +0100 Subject: [PATCH] [Minor] test - adjust antivirus symbols --- test/functional/cases/160_antivirus.robot | 6 +++--- 1 file 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} -- 2.39.5