1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-23 00:29:59 +02:00

add arp testfiles

This commit is contained in:
Kelly Brazil
2019-10-30 13:29:06 -07:00
parent cf8d13030b
commit 9c9823c3b8
5 changed files with 16 additions and 0 deletions

4
tests/fixtures/centos-7.7/arp-v.out vendored Normal file
View File

@ -0,0 +1,4 @@
Address HWtype HWaddress Flags Mask Iface
gateway ether 00:50:56:f7:4a:fc C ens33
192.168.71.254 ether 00:50:56:fe:7a:b4 C ens33
Entries: 2 Skipped: 0 Found: 2

3
tests/fixtures/centos-7.7/arp.out vendored Normal file
View File

@ -0,0 +1,3 @@
Address HWtype HWaddress Flags Mask Iface
gateway ether 00:50:56:f7:4a:fc C ens33
192.168.71.254 ether 00:50:56:fe:7a:b4 C ens33

View File

@ -1,5 +1,7 @@
#!/bin/bash
arp > arp.out
arp -v > arp-v.out
df > df.out
df -h > df-h.out
env > env.out

4
tests/fixtures/ubuntu-18.04/arp-v.out vendored Normal file
View File

@ -0,0 +1,4 @@
Address HWtype HWaddress Flags Mask Iface
192.168.71.254 ether 00:50:56:fe:7a:b4 C ens33
_gateway ether 00:50:56:f7:4a:fc C ens33
Entries: 2 Skipped: 0 Found: 2

3
tests/fixtures/ubuntu-18.04/arp.out vendored Normal file
View File

@ -0,0 +1,3 @@
Address HWtype HWaddress Flags Mask Iface
192.168.71.254 ether 00:50:56:fe:7a:b4 C ens33
_gateway ether 00:50:56:f7:4a:fc C ens33