Add basic test of yaml parsing
This commit is contained in:
parent
8a3a0b6403
commit
c159eb7541
2 changed files with 26 additions and 0 deletions
10
tests/acls/acl_policy_basic_wildcards.yaml
Normal file
10
tests/acls/acl_policy_basic_wildcards.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
Hosts:
|
||||
host-1: 100.100.100.100/32
|
||||
subnet-1: 100.100.101.100/24
|
||||
ACLs:
|
||||
- Action: accept
|
||||
Users:
|
||||
- "*"
|
||||
Ports:
|
||||
- host-1:*
|
Loading…
Add table
Add a link
Reference in a new issue