Bug 1516022

Summary: network tests (10gig, 25gig, etc.) syntax for ping is wrong
Product: Red Hat Certification Program Reporter: Nathan LeBarron <nathan.lebarron>
Component: redhat-certification-hardwareAssignee: brose
Status: CLOSED WORKSFORME QA Contact: rhcert qe <rhcert-qe>
Severity: high Docs Contact:
Priority: high    
Version: 1.0CC: frank.ramsay, gnichols, jkachuck, kernel-qe, rja, rlandry
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1515437 Environment:
Last Closed: 2018-01-02 21:59:30 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1105196, 1507957    

Description Nathan LeBarron 2017-11-21 19:54:39 UTC
Running RHEL 7.3 (73z kernel) with Certkit v5.3


During the network test (10gig) the RH test suite runs:

        ping -I <src> -Acl <dst>

which is obviously wrong; correct syntax is

        ping -I <src> -A -l 5 -c 10 <dst>

Comment 1 Frank Ramsay (HPE) 2018-01-02 19:57:31 UTC
this cert is complete, this can be closed