This website requires JavaScript.
Explore
Help
Sign in
ansible
/
community.general
Watch
1
Star
0
Fork
You've already forked community.general
0
mirror of
https://github.com/ansible-collections/community.general.git
synced
2024-09-14 20:13:21 +02:00
Code
Releases
Activity
63d0ea3d5a
community.general
/
test
/
integration
/
targets
/
net_linkagg
/
tasks
/
main.yaml
4 lines
90 B
YAML
Raw
Normal View
History
Unescape
Escape
Add VyOS integration tests for net_linkagg (#26478)
2017-07-06 11:25:15 +02:00
---
- {
include: cli.yaml, tags
:
[
'cli'
]
}
junos_linkagg implementation and junos modules refactor (#26587) * junos_linkagg implementation and junos modules refactor * junos_linkagg implementation * junos_linkagg integration test * net_linkagg integration test for junos * decouple `load_config` and `commit` operations, to allow single commit (in case on confirm commit) and to perform batch commit (multiple `load_config` followed by single `commit`) * Other related refactor * Fix CI issues * Fix unit test failure
2017-07-11 06:22:53 +02:00
- {
include: netconf.yaml, tags
:
[
'netconf'
]
}
Copy permalink