Skip to content

Commit e9eb2fa

Browse files
committed
feat: Remove netbox_tunnel.yml from integration tests
This commit removes the `netbox_tunnel.yml` file from the integration tests for targets v3.5 and v3.6. The file was previously included using the `ansible.builtin.include_tasks` module, but it is no longer needed. This change ensures that the `netbox_tunnel` tests are no longer executed as part of the integration test suite.
1 parent a750714 commit e9eb2fa

File tree

4 files changed

+0
-204
lines changed

4 files changed

+0
-204
lines changed

tests/integration/targets/v3.5/tasks/main.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -305,12 +305,3 @@
305305
- netbox_fhrp_group_assignmen
306306
tags:
307307
- netbox_fhrp_group_assignmen
308-
309-
- name: NETBOX_TUNNEL TESTS
310-
ansible.builtin.include_tasks:
311-
file: netbox_tunnel.yml
312-
apply:
313-
tags:
314-
- netbox_tunnel
315-
tags:
316-
- netbox_tunnel

tests/integration/targets/v3.5/tasks/netbox_tunnel.yml

Lines changed: 0 additions & 93 deletions
This file was deleted.

tests/integration/targets/v3.6/tasks/main.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -315,12 +315,3 @@
315315
ansible.builtin.include_tasks: netbox_custom_field_choice_set.yml
316316
tags:
317317
- netbox_custom_field_choice_set
318-
319-
- name: NETBOX_TUNNEL TESTS
320-
ansible.builtin.include_tasks:
321-
file: netbox_tunnel.yml
322-
apply:
323-
tags:
324-
- netbox_tunnel
325-
tags:
326-
- netbox_tunnel

tests/integration/targets/v3.6/tasks/netbox_tunnel.yml

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)