aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker/healthcheck/testcases.yaml2
-rw-r--r--functest/ci/testcases.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/docker/healthcheck/testcases.yaml b/docker/healthcheck/testcases.yaml
index b631e84fe..3f646f295 100644
--- a/docker/healthcheck/testcases.yaml
+++ b/docker/healthcheck/testcases.yaml
@@ -3,7 +3,7 @@ tiers:
-
name: healthcheck
order: 0
- ci_loop: '(daily)|(weekly)'
+ ci_loop: '(merge)|(verify)|(daily)|(weekly)'
description: >-
First tier to be executed to verify the basic
operations in the VIM.
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml
index fe6bb16a0..7b866e7dd 100644
--- a/functest/ci/testcases.yaml
+++ b/functest/ci/testcases.yaml
@@ -3,7 +3,7 @@ tiers:
-
name: healthcheck
order: 0
- ci_loop: '(daily)|(weekly)'
+ ci_loop: '(merge)|(verify)|(daily)|(weekly)'
description: >-
First tier to be executed to verify the basic
operations in the VIM.