@Test
 public void getPciDeviceNameByNic() {
   assertEquals(PCI_DEVICE_NAME, networkDeviceHelper.getPciDeviceNameByNic(nic));
 }