diff options
Diffstat (limited to 'units/ethernet')
-rw-r--r-- | units/ethernet/jobs.pxu | 13 | ||||
-rw-r--r-- | units/ethernet/test-plan.pxu | 6 |
2 files changed, 15 insertions, 4 deletions
diff --git a/units/ethernet/jobs.pxu b/units/ethernet/jobs.pxu index 1a29e24..7c8d569 100644 --- a/units/ethernet/jobs.pxu +++ b/units/ethernet/jobs.pxu @@ -26,6 +26,19 @@ _description: Gathers some info on the current state of your network devices. If no devices are found, the test will exit with an error. +plugin: shell +category_id: com.canonical.plainbox::ethernet +id: ethernet/info_automated_server +requires: + device.category == 'NETWORK' +user: root +command: network_device_info.py info NETWORK --no-nm +estimated_duration: 2.0 +_summary: + Provide information about detected ethernet devices +_description: + This job provides detailed information about detected ethernet devices. + plugin: user-interact-verify category_id: com.canonical.plainbox::ethernet id: ethernet/wired_connection diff --git a/units/ethernet/test-plan.pxu b/units/ethernet/test-plan.pxu index ec2310f..986c886 100644 --- a/units/ethernet/test-plan.pxu +++ b/units/ethernet/test-plan.pxu @@ -62,8 +62,7 @@ _name: Server Ethernet Tests _description: Automated ethernet tests for server certification estimated_duration: 4h include: - ethernet/detect - ethernet/info_automated + ethernet/info_automated_server ethernet/ethtool_info ethernet/ethertool_check_.* ethernet/multi_iperf3_nic_device.* @@ -74,8 +73,7 @@ _name: Server Ethernet Tests (Speed Check Disabled) _description: Automated ethernet tests for server certification without speed check estimated_duration: 4h include: - ethernet/detect - ethernet/info_automated + ethernet/info_automated_server ethernet/ethtool_info ethernet/ethertool_check_.* ethernet/multi_iperf3_nic_underspeed_device.* |