Bug 1375315
| Summary: | Fixed port_scan.rb file and related changes | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | John Prause <jprause> | |
| Component: | Automate | Assignee: | mkanoor | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Milan Falešník <mfalesni> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 5.6.0 | CC: | jhardy, mfalesni, mkanoor, obarenbo, simaishi, tfitzger | |
| Target Milestone: | GA | Keywords: | 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
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
|