From 081fdb802651990d5f611ef8d243cabc01af739e Mon Sep 17 00:00:00 2001 From: Dave Marquardt Date: Fri, 6 Jan 2023 15:13:03 -0600 Subject: [PATCH] Updated AIX ARP test comments --- tests/test_arp.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_arp.py b/tests/test_arp.py index 152c1fee..052a9153 100644 --- a/tests/test_arp.py +++ b/tests/test_arp.py @@ -156,7 +156,8 @@ class MyTests(unittest.TestCase): 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)