Bug 1375315

Summary: Fixed port_scan.rb file and related changes
Product: Red Hat CloudForms Management Engine Reporter: John Prause <jprause>
Component: AutomateAssignee: mkanoor
Status: CLOSED CURRENTRELEASE QA Contact: Milan Falešník <mfalesni>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 5.6.0CC: jhardy, mfalesni, mkanoor, obarenbo, simaishi, tfitzger
Target Milestone: GAKeywords: TestOnly, ZStream
Target Release: 5.7.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 5.7.0.0 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1376139 (view as bug list) Environment:
Last Closed: 2017-01-11 20:12:14 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: CFME Core Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1376139    

Description John Prause 2016-09-12 17:20:28 UTC
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.

Comment 2 John Prause 2016-09-12 17:21:13 UTC
https://github.com/ManageIQ/manageiq/pull/10479

Comment 4 Milan Falešník 2016-09-29 13:02:50 UTC
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