certtools / intelmq-vagrant

Test installation of intelmq packages using Vagrant & Ansible
2 stars 3 forks source link

Create a test for basic intelmqctl commands #7

Closed ghost closed 3 years ago

ghost commented 3 years ago
ghost commented 3 years ago

Other candidates are:

ghost commented 3 years ago

intemqctl --type json list bots is also important as I found out today. This line caused an exception for the command: https://github.com/certtools/intelmq/blob/de1f77294bfe2af84942adda58176928487d27ff/intelmq/bots/parsers/shodan/parser.py#L591 Because sets are not serializable in JSON. (was fixed in certtools/intelmq@a6cd864ae)

ghost commented 3 years ago

all the checks are implemented, for any additional checks, please create new issues