blob: 1db46990d324a1f052c837f2ce0168501fb0a9b6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
---
# Pre-flight check before running more complex tests
# Will be used for running on CI
healthcheck:
name: healthcheck
testcases_list:
optional:
- dovetail.healthcheck.snaps_health_check
- dovetail.healthcheck.connection_check
- dovetail.healthcheck.api_check
|