]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] test - adjust antivirus symbols 2717/head
authorCarsten Rosenberg <c.rosenberg@heinlein-support.de>
Thu, 17 Jan 2019 19:26:00 +0000 (20:26 +0100)
committerCarsten Rosenberg <c.rosenberg@heinlein-support.de>
Thu, 17 Jan 2019 19:26:00 +0000 (20:26 +0100)
test/functional/cases/160_antivirus.robot

index bdbd7456f269e6719fcf180000465e3749bc09b9..8f82abf299adfdb7ff2c9b47a5f3c88633d2a3ca 100644 (file)
@@ -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}