mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Add iosxr_user implementation module (#25615)
* Add iosxr_user implementation module Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * iosxr_user Integration test Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * iosxr_user Unit test Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * Modify integration test with idempotent case Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
parent
b3c22a96bd
commit
44687bb917
9 changed files with 488 additions and 0 deletions
3
test/integration/targets/iosxr_user/defaults/main.yaml
Normal file
3
test/integration/targets/iosxr_user/defaults/main.yaml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
testcase: "*"
|
||||
test_items: []
|
Loading…
Add table
Add a link
Reference in a new issue