Bug 1403087 - NIC test failed because “Error: could not bounce interface"
Summary: NIC test failed because “Error: could not bounce interface"
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Certification Program
Classification: Red Hat
Component: redhat-certification-hardware
Version: 1.0
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: brose
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-12-09 02:34 UTC by Kyle IK Chen
Modified: 2017-04-19 01:32 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-04-19 01:32:39 UTC
Target Upstream Version:


Attachments (Terms of Use)
Ping -I enp53s0f1 -Ac1 192.168.0.118 (1.51 KB, text/plain)
2016-12-12 00:43 UTC, Kyle IK Chen
no flags Details

Description Kyle IK Chen 2016-12-09 02:34:52 UTC
Description of problem:
Using 4.1-20161031 testkit version to test NIC that will be failed because “Error: could not bounce interface

Version-Release number of selected component (if applicable):
4.1-20161031

How reproducible:


Steps to Reproduce:
1. Install RHEL 7.3.
2. Install Testkit
3. Run NIC Test

Actual results:
Shutting down interface enp53s0f1
interface enp53s0f1 is down
Bringing up interface enp53s0f1
ifup enp53s0f1 returned 0
Interface enp53s0f1 is UP
Checking via ping to 192.168.0.118... Error: could not ping test server 192.168.0.118 
Error: could not bounce interface enp53s0f1

Expected results:


Additional info:

Comment 1 brose 2016-12-11 04:28:07 UTC
Please ssh into the SUT and try these commands, letting us know the results:

ifdown enp53s0f1
ifup enp53s0f1
ping -I enp53s0f1 -Ac1 192.168.0.118

Comment 2 Kyle IK Chen 2016-12-12 00:42:59 UTC
Please see the attachment.

Comment 3 Kyle IK Chen 2016-12-12 00:43:32 UTC
Created attachment 1230676 [details]
Ping -I enp53s0f1 -Ac1 192.168.0.118

Comment 4 brose 2016-12-14 15:45:32 UTC
[root@ele732016 Desktop]# ping -I enp53s0f1 -Ac1 192.168.0.118
PING 192.168.0.118 (192.168.0.118) from 192.168.0.142 enp53s0f1: 56(84) bytes of data.

--- 192.168.0.118 ping statistics ---
1 packets transmitted, 0 received, 100% packet loss, time 0ms


Above is the problem.

Try this.  ssh into SUT, see what the ip address for enp53s0f1 is, go into the LTS web ui, remove any SUT associated, add that ip address you found for enp53s0f1, and run the ethernet test you tried to run on it.

Comment 5 Kyle IK Chen 2016-12-19 00:28:08 UTC
Hi Brose,
We could get passed result with following network environment.
SUT Port1 connect to TestServer Port1 directly(Without any network device).
And following this configuration to test each port.


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