Skip to content

Commit

Permalink
Match tacacs server host name format in tests to new SONiC host name …
Browse files Browse the repository at this point in the history
…regex spec. (ansible-collections#493)
  • Loading branch information
kerry-meyer authored Dec 17, 2024
1 parent a5c51fc commit dd333fa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
trivial:
- sonic_tacacs_server - Change the host name format used in regression tests to match new SONiC host name criteria (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/493).
22 changes: 11 additions & 11 deletions tests/regression/roles/sonic_tacacs_server/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ tests:
timeout: 12
servers:
host:
- name: my_host
- name: my-host.dell.com
auth_type: chap
port: 55
timeout: 12
priority: 3
- name: my_host1
- name: my-host1.dell.com
auth_type: login
port: 60
timeout: 14
priority: 4
- name: my_host2
- name: my-host2.dell.com
auth_type: login
port: 60
timeout: 14
Expand All @@ -42,7 +42,7 @@ tests:
timeout: 24
servers:
host:
- name: my_host
- name: my-host.dell.com
auth_type: mschap
port: 45
timeout: 9
Expand All @@ -56,7 +56,7 @@ tests:
timeout: 24
servers:
host:
- name: my_host
- name: my-host.dell.com
- name: test_case_04
description: Delete all hosts configurations
state: deleted
Expand All @@ -69,17 +69,17 @@ tests:
input:
servers:
host:
- name: my_host
- name: my-host.dell.com
auth_type: chap
port: 55
timeout: 12
priority: 3
- name: my_host1
- name: my-host1.dell.com
auth_type: login
port: 60
timeout: 14
priority: 4
- name: my_host2
- name: my-host2.dell.com
auth_type: login
port: 60
timeout: 14
Expand All @@ -94,7 +94,7 @@ tests:
timeout: 36
servers:
host:
- name: my_host
- name: my-host.dell.com
auth_type: chap
port: 55
timeout: 12
Expand All @@ -109,7 +109,7 @@ tests:
timeout: 36
servers:
host:
- name: my_host
- name: my-host.dell.com
auth_type: chap
port: 55
timeout: 12
Expand Down Expand Up @@ -139,7 +139,7 @@ tests:
port: 55
timeout: 12
priority: 3
- name: your_host
- name: your-host.dell.com
auth_type: login
port: 50
timeout: 30
Expand Down

0 comments on commit dd333fa

Please sign in to comment.