mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Add dependency to run junos integration test (#27620)
This commit is contained in:
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 }}"
|
||||
Reference in New Issue
Block a user