.. index:: pair: group; Getting device properties with ethtool .. _doxid-group__ethtool-dev__properties: Getting device properties with ethtool ====================================== .. toctree:: :hidden: Check that ethtool shows interface properties. Scenarios: X3-ET001, X3-ET010. #. Run 'ethtool **iut_if'** on IUT. Check that it terminated with zero exit code and did not print anything to **stderr**. #. Check that **ethtool** shows that the link is UP. #. Set IUT interface DOWN. #. Run 'ethtool **iut_if'** on IUT. Check that it terminated with zero exit code and did not print anything to **stderr**. #. Check that **ethtool** shows that the link is DOWN. Dmitry Izbitsky `Dmitry.Izbitsky@oktetlabs.ru `__ .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - env - Testing environment: * :ref:`env.peer2peer `