crowdsec/pkg/parser/tests/reverse-dns-enrich/test.yaml
mmetc ca784b147b
test and log fixes (#2690)
* cscli inspect: suggest --diff if an item is tainted
* appropriate warning, or error if context configuration file is empty
* fix user/group lookup unit test
* fix: allow hub upgrade --force with local items
* fix pkg/parser lookup for 8.8.8.8
* fix func test
* fix hubtests: machines add --force
2024-01-03 09:33:52 +01:00

22 lines
459 B
YAML

#these are the events we input into parser
lines:
- Enriched:
IpToResolve: 1.1.1.1
- Enriched:
IpToResolve: 1.2.3.4
#these are the results we expect from the parser
results:
- Enriched:
reverse_dns: one.one.one.one.
IpToResolve: 1.1.1.1
Meta:
did_dns_succeeded: yes
Process: true
Stage: s00-raw
- Enriched:
IpToResolve: 1.2.3.4
Meta:
did_dns_succeeded: no
Process: true
Stage: s00-raw