Ricardo Carrillo Cruz
|
7acb0bb187
|
Parameterize the ssh port on ios_user tests (#31573)
On CI we use 8022 for SSH, thus we need to explicitly pass
ansible_ssh_port to the ssh command to work.
|
2017-10-11 12:44:57 +02:00 |
|
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
|
2017-09-28 15:23:52 +05:30 |
|
David Newswanger
|
5dfd82e59a
|
re-add auth tests with ansible_ssh_host (#28400)
|
2017-08-25 11:25:15 -04:00 |
|
Ricardo Carrillo Cruz
|
d3ecf3efb7
|
Remove user auth tests (#28364)
They are breaking CI, as they are SSHing with a non IP address.
Removing for now, we can think of other strategies for this later.
|
2017-08-17 22:10:05 +02:00 |
|
David Newswanger
|
b818e986b6
|
Change network *_user modules to use configured_password to set a users password (#28187)
* WIP, update eos_user args
* refactor password for ios_user
* add eos tests, fix ios tests
* fixed password check
* refactor iosxr_user password
* fixed password arg for nxos
* [WIP] fix vyos_user password
* fix vyos tests
* update docs for net_user
* fix typo
* fix eos tests
* add warning when attempting to use password arg
* fix sanity/unit tests
* fix eos unit tests
* fix vyos_user aggregate
* fix typo in eos documentation string
* re add configured_password to vyos tests after rebase
|
2017-08-17 19:06:44 +05:30 |
|