diff options
Diffstat (limited to 'etc/compliance')
-rw-r--r-- | etc/compliance/healthcheck.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/compliance/healthcheck.yml b/etc/compliance/healthcheck.yml new file mode 100644 index 00000000..99844917 --- /dev/null +++ b/etc/compliance/healthcheck.yml @@ -0,0 +1,9 @@ +--- +# Pre-flight check before running more complex tests +# Will be used for running on CI +healthcheck: + name: healthcheck + testcases_list: + - dovetail.healthcheck.tc001 + - dovetail.healthcheck.tc002 + - dovetail.healthcheck.tc003 |