1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-09 01:05:53 +02:00

testfile updates

This commit is contained in:
Kelly Brazil
2019-10-30 13:52:53 -07:00
parent 087a60bc2a
commit e8c1a554c0
3 changed files with 7 additions and 0 deletions

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

@ -0,0 +1,3 @@
gateway (192.168.71.2) at 00:50:56:f7:4a:fc [ether] on ens33
? (192.168.71.1) at 00:50:56:c0:00:08 [ether] on ens33
? (192.168.71.254) at 00:50:56:fe:7a:b4 [ether] on ens33

View File

@ -2,6 +2,7 @@
arp > arp.out
arp -v > arp-v.out
arp -a > arp-a.out
df > df.out
df -h > df-h.out
env > env.out

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

@ -0,0 +1,3 @@
? (192.168.71.1) at 00:50:56:c0:00:08 [ether] on ens33
? (192.168.71.254) at 00:50:56:fe:7a:b4 [ether] on ens33
_gateway (192.168.71.2) at 00:50:56:f7:4a:fc [ether] on ens33