Explorar el Código

[Minor] test - adjust antivirus symbols

tags/1.9.0
Carsten Rosenberg hace 5 años
padre
commit
968d92d048
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3
    3
      test/functional/cases/160_antivirus.robot

+ 3
- 3
test/functional/cases/160_antivirus.robot Ver fichero

@@ -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}

Cargando…
Cancelar
Guardar