This website requires JavaScript.
Explore
Cloud
Chat
CI/CD
Help
Sign in
cmueller
/
ansible
Watch
1
Star
0
Fork
You've already forked ansible
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
464ded80f5
ansible
/
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'
]
}
Reference in a new issue
Copy permalink