David Newswanger
a7c2f6d092
re enabled tests that were fixed in ansible/ansible-modules-core#5008 ( #36257 )
7 years ago
Nathaniel Case
f3337e1fba
ios test changes ( #35510 )
...
* Fix over-byte
* Update ios tests to call `provider`
To continue to support testing `connection: local`
* Fix command dict handling in ios_user
* Clean up unit tests, too
7 years ago
Nathaniel Case
db44602629
Remove vars from include for ios netowrk_cli tests ( #34703 )
...
These should be specified in inventory for 2.5+
7 years ago
Nathaniel Case
5f215337c9
Swap how become is specified for ios integration tests ( #34107 )
7 years ago
Nathaniel Case
cb1b705218
ios integration tests to network_cli ( #33920 )
...
* Preliminary steps
* Fix Python3 network_cli ios
* Add connection to debug strings
* Fix ios confirm prompt by way of optional newline
Also update ios_user delete tests
7 years ago
Ganesh Nalawade
ba0aade8f4
Fix ios_config integration test failures ( #32959 )
7 years ago
Ganesh Nalawade
37b0537279
Fix ios_config file prompt issue ( #32744 )
...
Fixes #23263
Add a carriage return (\r) at end on copy config
command which results in prompt on cli terminal
7 years ago
Ganesh Nalawade
26583adb58
Fix wrong prompt issue for network modules ( #32426 )
...
* Fix wrong prompt issue for network moodules
Fixes #31161
Fixes #32416
* Store the device prompt in case of error
from remote device
* Check for prompt value in ios action plugin
* Add integration test
7 years ago
Ganesh Nalawade
65ab37cbd3
Remove provider from ios integration test ( #31037 )
...
* Remove provider from each task as it is not required.
* Add `authorize: yes` whereever required
7 years ago
Ricardo Carrillo Cruz
dbe9df1289
Add CLI provider with authorize yes to ios tests ( #30312 )
...
We are getting failures to do lack of elevated privileges.
7 years ago
John R Barker
e9e2d67035
Run vyos_command Network tests in Shippable ( #24514 )
...
* Run VyOS Network tests in Shippable
* net_command no longer exists
* network/ci
* Disable other network tests
* pep8 fix
* Fix PEP 8 issue.
8 years ago
Matt Clay
d87ee022bb
Enable more `ios` tests on Shippable.
8 years ago
John R Barker
a12033a6e0
integration/targets/ios_* work to support IOS ( #20414 )
...
* WIP
* Don't set connection: network_cli in the playbook
* ios_config tests now passing
* Create test loopback device
* delete
* ios_* pass (apart from ios_facts)
* Remove provider lines
8 years ago
John R Barker
fb3bef7f46
Use inventory_hostname_short ( #20054 )
...
When using AWS we have to use the full domain name in the inventory file, which
we rather than the short name. This change avoids that ending up being
set in the tests.
8 years ago
Adrien Vergé
0e834fc9e4
Fix cosmetic problems in YAML source
...
This change corrects problems reported by the `yamllint` linter.
Since key duplication problems were removed in 4d48711
, this commit
mainly fixes trailing spaces and extra empty lines at beginning/end of
files.
8 years ago
John R Barker
e0cc7b3415
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
8 years ago