Skip to content

Commit

Permalink
issue #46 : ensure new alias w/ multivalue will not fail
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes committed Dec 14, 2023
1 parent 7a2e61a commit 0e4838d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/alias-testunsorted-expect.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
443
8443</content>
</alias>
<alias uuid="67b86e3a-0534-5e15-86f7-eea1116dc9be">
<name>FIREWALL_ADMIN_ACCESS_PORTS_tcp</name>
<type>port</type>
<enabled>1</enabled>
<description>admin access ports to the firewall</description>
<content>22
443</content>
</alias>
</aliases>
</Alias>
</Firewall>
Expand Down
14 changes: 14 additions & 0 deletions test/alias-testunsorted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,17 @@ opn_alias:
- 80
- 443
- 8443
- uuid: 67b86e3a-0534-5e15-86f7-eea1116dc9be
settings:
- key: name
value: FIREWALL_ADMIN_ACCESS_PORTS_tcp
- key: type
value: port
- key: content
list:
- 22
- 443
- key: enabled
value: 1
- key: description
value: "admin access ports to the firewall"

0 comments on commit 0e4838d

Please sign in to comment.