mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-25 00:37:31 +02:00
add arp testfiles
This commit is contained in:
4
tests/fixtures/centos-7.7/arp-v.out
vendored
Normal file
4
tests/fixtures/centos-7.7/arp-v.out
vendored
Normal 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
3
tests/fixtures/centos-7.7/arp.out
vendored
Normal 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
|
2
tests/fixtures/create_fixtures.sh
vendored
2
tests/fixtures/create_fixtures.sh
vendored
@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
arp > arp.out
|
||||||
|
arp -v > arp-v.out
|
||||||
df > df.out
|
df > df.out
|
||||||
df -h > df-h.out
|
df -h > df-h.out
|
||||||
env > env.out
|
env > env.out
|
||||||
|
4
tests/fixtures/ubuntu-18.04/arp-v.out
vendored
Normal file
4
tests/fixtures/ubuntu-18.04/arp-v.out
vendored
Normal 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
3
tests/fixtures/ubuntu-18.04/arp.out
vendored
Normal 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
|
Reference in New Issue
Block a user