Renamed port_scan.rb to port_scanner.rb to match the name of the class. Fixed the require statements to discovery/port_scanner We are planning on exposing the port scanner from the Automate method and wanted to fix the names before we did that.
https://github.com/ManageIQ/manageiq/pull/10479
Checked in 5.7.0.1 # egrep -r '\bPortScan\b' . ./gems/pending/discovery/port_scanner.rb: $log.debug "PortScan: ip = #{ost.ipaddr}, port = #{port}, Found port" if $log ./gems/pending/discovery/port_scanner.rb: $log.debug "PortScan: ip = #{ost.ipaddr}, port = #{port}, #{err}" if $log # find . | grep 'PortScan' Which looks legit