mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add dependency to run junos integration test (#27620)
This commit is contained in:
parent
9304d6cb01
commit
6e0741e8b6
17 changed files with 39 additions and 0 deletions
2
test/integration/targets/junos_banner/meta/main.yml
Normal file
2
test/integration/targets/junos_banner/meta/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
dependencies:
|
||||
- prepare_junos_tests
|
2
test/integration/targets/junos_command/meta/main.yml
Normal file
2
test/integration/targets/junos_command/meta/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
dependencies:
|
||||
- prepare_junos_tests
|
2
test/integration/targets/junos_config/meta/main.yml
Normal file
2
test/integration/targets/junos_config/meta/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
dependencies:
|
||||
- prepare_junos_tests
|
2
test/integration/targets/junos_facts/meta/main.yml
Normal file
2
test/integration/targets/junos_facts/meta/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
dependencies:
|
||||
- prepare_junos_tests
|
2
test/integration/targets/junos_interface/meta/main.yml
Normal file
2
test/integration/targets/junos_interface/meta/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
dependencies:
|
||||
- prepare_junos_tests
|
|
@ -0,0 +1,2 @@
|
|||
dependencies:
|
||||
- prepare_junos_tests
|
2
test/integration/targets/junos_linkagg/meta/main.yml
Normal file
2
test/integration/targets/junos_linkagg/meta/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
dependencies:
|
||||
- prepare_junos_tests
|
2
test/integration/targets/junos_lldp/meta/main.yml
Normal file
2
test/integration/targets/junos_lldp/meta/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
dependencies:
|
||||
- prepare_junos_tests
|
|
@ -0,0 +1,2 @@
|
|||
dependencies:
|
||||
- prepare_junos_tests
|
2
test/integration/targets/junos_logging/meta/main.yml
Normal file
2
test/integration/targets/junos_logging/meta/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
dependencies:
|
||||
- prepare_junos_tests
|
2
test/integration/targets/junos_rpc/meta/main.yml
Normal file
2
test/integration/targets/junos_rpc/meta/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
dependencies:
|
||||
- prepare_junos_tests
|
|
@ -0,0 +1,2 @@
|
|||
dependencies:
|
||||
- prepare_junos_tests
|
2
test/integration/targets/junos_system/meta/main.yml
Normal file
2
test/integration/targets/junos_system/meta/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
dependencies:
|
||||
- prepare_junos_tests
|
2
test/integration/targets/junos_user/meta/main.yml
Normal file
2
test/integration/targets/junos_user/meta/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
dependencies:
|
||||
- prepare_junos_tests
|
2
test/integration/targets/junos_vlan/meta/main.yml
Normal file
2
test/integration/targets/junos_vlan/meta/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
dependencies:
|
||||
- prepare_junos_tests
|
2
test/integration/targets/junos_vrf/meta/main.yml
Normal file
2
test/integration/targets/junos_vrf/meta/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
dependencies:
|
||||
- prepare_junos_tests
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- debug: msg="START prepare_junos_tests/main.yaml"
|
||||
|
||||
- name: Ensure netconf is enabled
|
||||
junos_netconf:
|
||||
state: present
|
||||
provider: "{{ cli }}"
|
Loading…
Reference in a new issue