Bug 1375315 - Fixed port_scan.rb file and related changes
Summary: Fixed port_scan.rb file and related changes
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: Automate
Version: 5.6.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: GA
: 5.7.0
Assignee: mkanoor
QA Contact: Milan Falešník
URL:
Whiteboard:
Depends On:
Blocks: 1376139
TreeView+ depends on / blocked
 
Reported: 2016-09-12 17:20 UTC by John Prause
Modified: 2017-03-17 09:15 UTC (History)
6 users (show)

Fixed In Version: 5.7.0.0
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1376139 (view as bug list)
Environment:
Last Closed: 2017-01-11 20:12:14 UTC
Category: ---
Cloudforms Team: CFME Core
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.