summaryrefslogtreecommitdiff
path: root/units/ethernet
AgeCommit message (Collapse)Author
2020-06-09ethernet: static config job networkd/nm supportJonathan Cave
Convert the old check-{if}-static script to python. Add support for doing the same type of test when the interface is managed by networkd. Allow check the address that was assigned through a config variable.
2020-04-23ethernet: fix SO_BINDTODEVICE permissions errorsJonathan Cave
In some circumstances a test run will switch to normal_user that does not have permission to bind a socket to a specific interface which causes errors when running ping -I{interrface}. Force the test to run as root.
2019-09-06ethernet: Add iperf3 reverse test script and jobNara Huang
And in networking: Add the new iperf3 job to networking-cert-automated test plan.
2019-05-29network_info: consolidate jobs on newer info scriptJonathan Cave
2019-05-29ethernet: add info_automated_server jobJonathan Cave
2019-05-29network_device_info: refactor with argparseJonathan Cave
Refactoring of the network_device_info which appears to have grown organically to the point where it is somewhat unreadable
2019-04-18fixed an errant newline in units/ethernet/test-plan.pxu that was breaking ↵Jeff Lane
the new launcher
2019-04-16Add new test definition for underspeed enabled network test. Add new test ↵Jeff Lane
plans for embedding.
2019-02-20ethernet: network_device_info detect/info changesJonathan Cave
The network_device_info script was being used by the ethernet/detect and info/network_devices jobs. This clarifies the two roles and removes the unrequired udev/NM matching code.
2018-12-13ethernet: add after-suspend manual plan (empty)Jonathan Cave
Add this plan for completeness and to make creating top-level manual only plans easier.
2018-12-06ethernet: allow check static to be used on classicJonathan Cave
2018-10-22network: use local script as most up-to-dateJonathan Cave
2018-10-15ethernet: import test plans from p-p-sJonathan Cave
2018-09-11Add category to template job `ethernet/hotplug-*-end-cycle`Pierre Equoy
2018-06-06Migrate ethernet jobs from p-p-s to p-p-cSylvain Pineau
2017-09-18Move all jobs definition files into pxu unitsSylvain Pineau