#51085: fusioninventory-agent: fails a test with 'Unable to resolve the UDP/IPv4 address "none")' ------------------------------------+-------------------------------- Reporter: mojca@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: fusioninventory-agent | ------------------------------------+-------------------------------- Comment (by devans@…): Works for me. {{{ t/agent/logger.t ................................. ok t/agent/snmp/live.t .............................. ok t/agent/snmp/mock.t .............................. ok }}} It failed for you because your system responded with 'no response from host none' rather than 'Unable to resolve the UDP/IPv4 address "none"'. If you look at the code in t/agent/snmp/live.t at line 52 and following you can see that the response you got is the one they expect for a resolvable host (1.1.1.1) that just isn't responding rather than a host named "none" that they assume to be unresolvable by DNS. Perhaps "none" is a resolvable host on your system. What does {{{ $ host none }}} tell you. -- Ticket URL: <https://trac.macports.org/ticket/51085#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X