1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

Updated AIX ARP test comments

This commit is contained in:
Dave Marquardt
2023-01-06 15:13:03 -06:00
parent f64dfbf79d
commit 081fdb8026

View File

@ -156,7 +156,8 @@ class MyTests(unittest.TestCase):
def test_arp_a_aix_7_1(self): def test_arp_a_aix_7_1(self):
""" """
Test 'arp -a' on CentOS 8 with incomplete hw addresses Test 'arp -a' on AIX 7.1 with incomplete hw addresses and permanent ARP
entries
""" """
self.assertEqual(jc.parsers.arp.parse(self.aix_7_1_arp_a, quiet=True), self.aix_7_1_arp_a_json) self.assertEqual(jc.parsers.arp.parse(self.aix_7_1_arp_a, quiet=True), self.aix_7_1_arp_a_json)