]> source.dussan.org Git - rspamd.git/commitdiff
[Test] Try to fix AV tests
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 30 Apr 2018 19:01:55 +0000 (20:01 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 30 Apr 2018 19:01:55 +0000 (20:01 +0100)
test/functional/cases/160_antivirus.robot

index edc0634451fc6951726ec922596b1b4abb7b2db1..1516ae1b50c1ace42e98fb51cc5245a7bf457be4 100644 (file)
@@ -24,17 +24,17 @@ CLAMAV HIT
   Run Dummy Clam  ${PORT_CLAM}  1
   ${result} =  Scan Message With Rspamc  ${MESSAGE2}
   Check Rspamc  ${result}  CLAM_VIRUS (1.00)[Eicar-Test-Signature]
-  Should Not Contain  ${result.stdout}  FPROT_
+  Should Not Contain  ${result.stdout}  CLAMAV_FAIL
 
 CLAMAV CACHE HIT
   ${result} =  Scan Message With Rspamc  ${MESSAGE2}
   Check Rspamc  ${result}  CLAM_VIRUS (1.00)[Eicar-Test-Signature]
-  Should Not Contain  ${result.stdout}  FPROT_
+  Should Not Contain  ${result.stdout}  CLAMAV_FAIL
 
 CLAMAV CACHE MISS
   ${result} =  Scan Message With Rspamc  ${MESSAGE}
   Check Rspamc  ${result}  CLAM_VIRUS  inverse=1
-  Should Not Contain  ${result.stdout}  FPROT_
+  Should Not Contain  ${result.stdout}  CLAMAV_FAIL
 
 FPROT MISS
   Run Dummy Fprot  ${PORT_FPROT}
@@ -63,7 +63,7 @@ FPROT CACHE HIT
 
 FPROT CACHE MISS
   ${result} =  Scan Message With Rspamc  ${MESSAGE2}
-  Check Rspamc  ${result}  FPROT_  inverse=1
+  Check Rspamc  ${result}  FPROT_VIRUS  inverse=1
 
 *** Keywords ***
 Antivirus Setup