mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-09 01:05:53 +02:00
testfile updates
This commit is contained in:
3
tests/fixtures/centos-7.7/arp-a.out
vendored
Normal file
3
tests/fixtures/centos-7.7/arp-a.out
vendored
Normal 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
|
1
tests/fixtures/create_fixtures.sh
vendored
1
tests/fixtures/create_fixtures.sh
vendored
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
arp > arp.out
|
arp > arp.out
|
||||||
arp -v > arp-v.out
|
arp -v > arp-v.out
|
||||||
|
arp -a > arp-a.out
|
||||||
df > df.out
|
df > df.out
|
||||||
df -h > df-h.out
|
df -h > df-h.out
|
||||||
env > env.out
|
env > env.out
|
||||||
|
3
tests/fixtures/ubuntu-18.04/arp-a.out
vendored
Normal file
3
tests/fixtures/ubuntu-18.04/arp-a.out
vendored
Normal 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
|
Reference in New Issue
Block a user