summaryrefslogtreecommitdiff
path: root/test/integration/targets/vyos_user
Commit message (Collapse)AuthorAgeFilesLines
* Default ssh port (#39678)John R Barker2018-05-031-2/+2
|
* Connect via ssh using ansible_port (#39603)John R Barker2018-05-021-4/+4
| | | | Depending on how we spin up the VM we use different ssh port. Honor that in the vyos_user test
* Update net_* and vyos_* integration test aliases. (#34666)Matt Clay2018-01-091-0/+0
| | | | | * Add and update vyos integration test aliases. * Add and update net integration test aliases.
* Actually move vyos tests to network_cli (#33710)Nathaniel Case2017-12-132-2/+11
| | | | | | | | | | | | * Fix vyos on network_cli on python3 bytes do not have format() in Python3 * Push connection to tasks, with bonus connection=local test * Run tests without explicit connection set * Add/update START messages where appropriate
* Remove provider cli for vyos tests (#30275)Ricardo Carrillo Cruz2017-09-132-8/+0
| | | Transport is cli by default, and we set user/passwords on group_vars.
* re-add auth tests with ansible_ssh_host (#28400)David Newswanger2017-08-251-0/+36
|
* Remove user auth tests (#28364)Ricardo Carrillo Cruz2017-08-171-36/+0
| | | | 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.
* Change network *_user modules to use configured_password to set a users ↵David Newswanger2017-08-172-2/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* fix vyos_user aggregate (#28317)Trishna Guha2017-08-171-1/+9
| | | Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* changed collection arg to argregate on 2.4 network modules (#26649)David Newswanger2017-07-261-2/+2
| | | | | | | | | | | | * changed collection arg to argregate on 2.4 network modules * replace users with aggregate in eos_user, junos_user, nxos_user * added version_added to places where we replaced users with aggregate in the docs * fix ios_static_route test * update tests to reference aggregate instead of collection/users
* vyos_user fix idempotent (#26289)Trishna Guha2017-06-301-0/+1
| | | Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* Assert vyos_user commands output against first element of array (#26233)Ricardo Carrillo Cruz2017-06-291-2/+2
|
* fix vyos_user integration test assert (#26185)Trishna Guha2017-06-281-1/+2
| | | Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* Add vyos_user implementation module (#25677)Trishna Guha2017-06-154-0/+91
* Add vyos_user implementation module Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * Integration test for vyos_user Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * Make state absent work Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * Unit test for vyos_user Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * Standardize user names Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * Modify integration test with idempotent case Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * Add role as alias to level Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>