We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm going to collect a list of initial tests that need to be created for the automated testing feature (#486):
test_malcolm_exists
test_malcolm_response
test_malcolm_db_health
test_ot_protocols
test_common_protocols
test_detection_packages
EDIT: I've stricken some that aren't going to be possible in this initial batch, but might be good for later additions.
The text was updated successfully, but these errors were encountered:
for cisagov/Malcolm#518, added some tests to make sure the ICSNPP pro…
2949609
…tocols generate the data they should
31e782e
mmguero
No branches or pull requests
I'm going to collect a list of initial tests that need to be created for the automated testing feature (#486):
test_malcolm_exists
- Asserts that the Malcolm VM is runningtest_malcolm_response
- Asserts that the Malcolm instance is up and API is responsivetest_malcolm_db_health
- Asserts that the Malcolm opensearch API is responsive and returns a "yellow" or "green" health statusif possible, try to use reporting (API?) to generate PDF for a dashboardhunt (might be tricky)if possible, actually use it, but IDK if that's possible with pytest/requeststest a netbox restore operation (not supported by Malcolm-Test framework yet)test a netbox backup operation (not supported by Malcolm-Test framework yet)test_ot_protocols
- perform field aggregation to check for all expected OT protocolstest_common_protocols
- perform field aggregation to check for all expected common protocolstest_detection_packages
- perform field aggregation to check for results from CVE/etc. detectionscheck that Zeek intel triggers (not supported by Malcolm-Test framework yet)EDIT: I've stricken some that aren't going to be possible in this initial batch, but might be good for later additions.
The text was updated successfully, but these errors were encountered: