From Fedora Project Wiki
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
- Boot your atomic image
- ssh into your atomic image/instance
- 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.
- Step #3 gives 0 as the output
- All commands should run without throwing any error