Skip to content

Commit 00ac0de

Browse files
committed
[Venom] Update test name
1 parent b071854 commit 00ac0de

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,15 +1317,15 @@ dot1x_eap_tls_deb12:
13171317
- .test_script_job
13181318
- .test_devel_and_maintenance_rules
13191319

1320-
dot1x_eap_tls_el8_kiss:
1320+
dot1x_eap_tls_kiss_el8:
13211321
variables:
13221322
VAGRANT_PF_DOTFILE_PATH: /var/local/gitlab-runner/vagrant/vagrant-${CI_JOB_NAME}-${CI_JOB_ID}
13231323
extends:
13241324
- .test_job
13251325
- .test_script_job
13261326
- .test_devel_and_maintenance_rules
13271327

1328-
dot1x_eap_tls_deb12_kiss:
1328+
dot1x_eap_tls_kiss_deb12:
13291329
variables:
13301330
VAGRANT_PF_DOTFILE_PATH: /var/local/gitlab-runner/vagrant/vagrant-${CI_JOB_NAME}-${CI_JOB_ID}
13311331
extends:
@@ -1506,7 +1506,7 @@ dot1x_eap_tls_deb12_branches:
15061506
- .test_script_job
15071507
- .test_branches_only_rules
15081508

1509-
dot1x_eap_tls_el8_kiss_branches:
1509+
dot1x_eap_tls_kiss_el8_branches:
15101510
variables:
15111511
VAGRANT_PF_DOTFILE_PATH: /var/local/gitlab-runner/vagrant/vagrant-${CI_JOB_NAME}-${CI_JOB_ID}
15121512
VAGRANT_COMMON_DOTFILE_PATH: /var/local/gitlab-runner/vagrant/vagrant-common-devel
@@ -1515,7 +1515,7 @@ dot1x_eap_tls_el8_kiss_branches:
15151515
- .test_script_job
15161516
- .test_branches_only_rules
15171517

1518-
dot1x_eap_tls_deb12_kiss_branches:
1518+
dot1x_eap_tls_kiss_deb12_branches:
15191519
variables:
15201520
VAGRANT_PF_DOTFILE_PATH: /var/local/gitlab-runner/vagrant/vagrant-${CI_JOB_NAME}-${CI_JOB_ID}
15211521
VAGRANT_COMMON_DOTFILE_PATH: /var/local/gitlab-runner/vagrant/vagrant-common-devel

t/venom/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,13 @@ dot1x_eap_tls_deb12:
161161
$(MAKE_TARGET)
162162

163163

164-
dot1x_eap_tls_el8_kiss:
164+
dot1x_eap_tls_kiss_el8:
165165
make \
166166
PF_VM_NAMES=pfel8$(DEV_ENV) \
167167
SCENARIOS_TO_RUN=dot1x_eap_tlsi_kiss \
168168
$(MAKE_TARGET)
169169

170-
dot1x_eap_tls_deb12_kiss:
170+
dot1x_eap_tls_kiss_deb12:
171171
make \
172172
PF_VM_NAMES=pfdeb12$(DEV_ENV) \
173173
SCENARIOS_TO_RUN=dot1x_eap_tls_kiss \
@@ -308,8 +308,8 @@ dot1x_eap_peap_deb12_branches: dot1x_eap_peap_deb12
308308
dot1x_eap_peap_el8_branches: dot1x_eap_peap_el8
309309
dot1x_eap_tls_deb12_branches: dot1x_eap_tls_deb12
310310
dot1x_eap_tls_el8_branches: dot1x_eap_tls_el8
311-
dot1x_eap_tls_deb12_kiss_branches: dot1x_eap_tls_deb12_kiss
312-
dot1x_eap_tls_el8_kiss_branches: dot1x_eap_tls_el8_kiss
311+
dot1x_eap_tls_kiss_deb12_branches: dot1x_eap_tls_kiss_deb12
312+
dot1x_eap_tls_kiss_el8_branches: dot1x_eap_tls_kiss_el8
313313
external_integrations_deb12_branches: external_integrations_deb12
314314
fingerbank_invalid_db_deb12_branches: fingerbank_invalid_db_deb12
315315
inline_deb12_branches: inline_deb12

0 commit comments

Comments
 (0)