From Fedora Project Wiki

< QA‎ | Draft

Description

Test to check if traditional net naming is turned on, we should see eth0 structures here

Setup

Test this in atomic image

How to test

Follow these steps

  1. Boot your atomic image
  2. ssh into your atomic image/instance
  3. Run the following command
   $ stat /sys/class/net/eth0/operstate

   $ echo $?

Expected Results

The following must be true to consider this a successful test run.

  1. Step #3 gives 0 as the output
  2. All commands should run without throwing any error