Page Menu
Home
VyOS Platform
Search
Configure Global Search
Log In
Files
F71813709
cli.yaml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
596 B
Referenced Files
None
Subscribers
None
cli.yaml
View Options
---
-
name
:
Collect all cli test cases
ansible.builtin.find
:
paths
:
"{{
role_path
}}/tests/cli"
patterns
:
"{{
testcase
}}.yaml"
use_regex
:
true
register
:
test_cases
delegate_to
:
localhost
-
name
:
Set test_items
ansible.builtin.set_fact
:
test_items
:
"{{
test_cases.files
|
map(attribute='path')
|
list
}}"
-
name
:
Run test case (connection=ansible.netcommon.network_cli)
ansible.builtin.include_tasks
:
"{{
test_case_to_run
}}"
vars
:
ansible_connection
:
ansible.netcommon.network_cli
with_items
:
"{{
test_items
}}"
loop_control
:
loop_var
:
test_case_to_run
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 30, 11:46 AM (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3304387
Default Alt Text
cli.yaml (596 B)
Attached To
Mode
R52 VyOS Ansible Collection
Attached
Detach File
Event Timeline
Log In to Comment