Browse Source

[Test] Add testing for the augmentations logic

tags/3.3
Vsevolod Stakhov 2 years ago
parent
commit
392294a398
No account linked to committer's email address

+ 2
- 1
test/functional/cases/001_merged/102_multimap.robot View File

@@ -73,7 +73,8 @@ MAP - COMBINED IP MASK FROM
Scan File ${MESSAGE} IP=10.1.0.10 From=user@example.com
... Settings={symbols_enabled = [COMBINED_MAP_AND, COMBINED_MAP_OR]}
Expect Symbol With Score COMBINED_MAP_AND 10
Expect Symbol COMBINED_MAP_OR
Do Not Expect Symbol COMBINED_MAP_OR
Expect Action no action

MAP - COMBINED IP MASK ONLY
Scan File ${MESSAGE} IP=10.1.0.10

+ 1
- 1
test/functional/configs/merged-override.conf View File

@@ -220,7 +220,7 @@ multimap {
}
expression = "from & ip";
score = 10;
prefilter = true;
action = "no action"
}
COMBINED_MAP_OR {
type = "combined";

Loading…
Cancel
Save