|
14 | 14 | # dns_config|time_server - NTP cannot be reconfigured if DNS is invalid |
15 | 15 | # git_issues - slow, do not run on each push. TODO - run them only once a day |
16 | 16 | # oidc_config - during reconfiguration API returns 500/502 errors for other requests |
| 17 | + # utils_login - it uses OIDC user to login |
17 | 18 | # smtp - email_alert test requires a configured SMTP |
18 | 19 | # role_cluster_config - role cluster_config reconfigures DNS, SMTP, OIDC. And it is slow. |
19 | 20 | # version_update_single_node - role would change version, VSNS system cannot be updated. |
|
23 | 24 | List integration tests to exclude. |
24 | 25 | Use "*" to exclude all tests. |
25 | 26 | Use regex like 'node|^git_issue|^dns_config$' to exclude only a subset. |
26 | | - default: "^dns_config$|^cluster_shutdown$|^version_update$|^oidc_config$|^smtp$|^role_cluster_config$|^role_version_update_single_node$" |
| 27 | + default: "^dns_config$|^cluster_shutdown$|^version_update$|^oidc_config$|^smtp$|^role_cluster_config$|^role_version_update_single_node$|^utils_login$" |
27 | 28 | examples_tests_include: |
28 | 29 | type: string |
29 | 30 | description: |- |
|
32 | 33 | default: "iso_info" |
33 | 34 | env: |
34 | 35 | INTEG_TESTS_INCLUDE_SCHEDULE: "*" |
35 | | - INTEG_TESTS_EXCLUDE_SCHEDULE: "^dns_config$|^cluster_shutdown$|^version_update$|^oidc_config$|^smtp$|^role_cluster_config$|^role_version_update_single_node$" |
| 36 | + INTEG_TESTS_EXCLUDE_SCHEDULE: "^dns_config$|^cluster_shutdown$|^version_update$|^oidc_config$|^smtp$|^role_cluster_config$|^role_version_update_single_node$|^utils_login$" |
36 | 37 | EXAMPLES_TESTS_INCLUDE_SCHEDULE: "*" |
37 | 38 | # ansible-test needs special directory structure. |
38 | 39 | # WORKDIR is a subdir of GITHUB_WORKSPACE |
@@ -220,6 +221,8 @@ jobs: |
220 | 221 | test_name: support_tunnel |
221 | 222 | - sc_host: https://10.5.11.50 |
222 | 223 | test_name: vm_clone__replicated |
| 224 | + - sc_host: https://10.5.11.50 |
| 225 | + test_name: utils_login |
223 | 226 | exclude: |
224 | 227 | # The VSNS were not configured with remote replication cluster. |
225 | 228 | - sc_host: https://10.5.11.200 |
|
0 commit comments