Skip to content

Commit

Permalink
style: Fixed yaml lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
abates committed Dec 23, 2023
1 parent ee5224a commit 0d185cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion tests/linux/ip_address_show/busybox_ip_address_show.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ parsed_sample:
- "192.168.1.1"
ip_masks:
- "24"
ipv6_addresses:
ipv6_addresses:
- "fe80::302:03ff:fe04:0506"
ipv6_masks:
- "64"
Expand Down
5 changes: 0 additions & 5 deletions tests/linux/ip_link_show/busybox_ip_link_show.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ parsed_sample:
state: "UNKNOWN"
type: "loopback"
alias: ""

- broadcast: "ff:ff:ff:ff:ff:ff"
flags: "BROADCAST,MULTICAST,UP,LOWER_UP"
group: ""
Expand All @@ -29,7 +28,6 @@ parsed_sample:
state: "UP"
type: "ether"
alias: "WAN"

- broadcast: "ff:ff:ff:ff:ff:ff"
flags: "BROADCAST,MULTICAST,UP,LOWER_UP"
group: ""
Expand All @@ -44,7 +42,6 @@ parsed_sample:
state: "UP"
type: "ether"
alias: "LAN"

- broadcast: "ff:ff:ff:ff:ff:ff"
flags: "BROADCAST,MULTICAST,UP,LOWER_UP"
group: ""
Expand All @@ -59,7 +56,6 @@ parsed_sample:
state: "UP"
type: "ether"
alias: "WAN2"

- broadcast: ""
flags: "NOARP,UP,LOWER_UP"
group: ""
Expand All @@ -74,4 +70,3 @@ parsed_sample:
state: "UNKNOWN"
type: "void"
alias: "Priority Queue"

0 comments on commit 0d185cd

Please sign in to comment.