diff --git a/test/units/module_utils/facts/network/test_generic_bsd.py b/test/units/module_utils/facts/network/test_generic_bsd.py index a8c98d3af57..c17ea90267c 100644 --- a/test/units/module_utils/facts/network/test_generic_bsd.py +++ b/test/units/module_utils/facts/network/test_generic_bsd.py @@ -66,8 +66,8 @@ NETBSD_EXPECTED = {'all_ipv4_addresses': ['192.168.122.205'], 'broadcast': '127.255.255.255', 'netmask': '255.0.0.0', 'network': '127.0.0.0'}], - 'ipv6': [{'address': '::1', 'prefix': '128'}, - {'address': 'fe80::1%lo0', 'prefix': '64', 'scope': '0x1'}], + 'ipv6': [{'address': 'fe80::1%lo0', 'prefix': '64', 'scope': '0x1'}, + {'address': '::1', 'prefix': '128'}], 'macaddress': 'unknown', 'mtu': '33624', 'type': 'loopback'},