This website requires JavaScript.
Explore
Help
Sign in
wbrawner
/
ansible
Watch
1
Star
0
Fork
You've already forked ansible
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
ca13e678ae
ansible
/
test
/
integration
/
targets
/
nxos_nxapi
/
tasks
/
main.yaml
4 lines
86 B
YAML
Raw
Normal View
History
Unescape
Escape
Migrate Network Tests into ansible/ansible (#18233) * Docs Networking tests * Copy networking tests from test-network-modules * Networking transport settings - group_vars * Network playbooks * Debug should be off by default * Update nxos.yaml * Remove items from top level * Use dependencies, not pre-tasks * Remove trailing blank lines * Remove backup files * newlines
2016-10-28 18:50:29 +00:00
---
- {
include: cli.yaml, tags
:
[
'cli'
]
}
Pick 2.5 (#40167) * Fixes to improve ios_system idempotency (#38303) Added detection of additional formatting for domain_name, domain_search, lookup_source, and lookup_enabled on some software versions. In each case they failed to detect existing commands with a '-' in it. Fix: #38301 (cherry picked from commit 67acffb5f2bfee20f757d02b91f3f76d0c131568) * Nxos fixes (#40117) * Alter nxos_nxapi tests to test the right thing * Defend #40027 (cherry picked from commit f04c876ecd2f840b50f1075c141f933c630b659e)
2018-05-15 16:33:51 +00:00
- {
include: nxapi.yaml, tags
:
[
'nxapi'
]
}
Reference in a new issue
Copy permalink