Browse Source

[Minor] test - adjust antivirus symbols

tags/1.9.0
Carsten Rosenberg 5 years ago
parent
commit
968d92d048
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      test/functional/cases/160_antivirus.robot

+ 3
- 3
test/functional/cases/160_antivirus.robot View 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}

Loading…
Cancel
Save