Merge ~sylvain-pineau/plainbox-provider-checkbox:restore_ethernet_iperf3 into plainbox-provider-checkbox:master

Proposed by Sylvain Pineau
Status: Merged
Approved by: Sylvain Pineau
Approved revision: 3065be28348dd326582d92319efcfd0293da96d2
Merged at revision: c45d6325d564884cd58de2c1ee09a9cc77f1eeea
Proposed branch: ~sylvain-pineau/plainbox-provider-checkbox:restore_ethernet_iperf3
Merge into: plainbox-provider-checkbox:master
Diff against target: 29 lines (+18/-0)
1 file modified
units/ethernet/jobs.pxu (+18/-0)
Reviewer Review Type Date Requested Status
Jonathan Cave (community) Approve
Review via email: mp+397158@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Jonathan Cave (jocave) wrote :

Thanks, =1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/units/ethernet/jobs.pxu b/units/ethernet/jobs.pxu
index 4aabac5..64a0578 100644
--- a/units/ethernet/jobs.pxu
+++ b/units/ethernet/jobs.pxu
@@ -288,6 +288,24 @@ unit: template
288template-resource: device288template-resource: device
289template-filter: device.category == 'NETWORK' and device.interface != 'UNKNOWN'289template-filter: device.category == 'NETWORK' and device.interface != 'UNKNOWN'
290template-unit: job290template-unit: job
291id: ethernet/iperf3_{interface}
292plugin: shell
293_summary: Iperf3 stress testing for {interface}
294category_id: com.canonical.plainbox::ethernet
295estimated_duration: 740.0
296user: root
297environ:
298 TEST_TARGET_IPERF
299 LD_LIBRARY_PATH
300command: network.py test -i {interface} -t iperf --iperf3 --scan-timeout 3600 --fail-threshold 80 --cpu-load-fail-threshold 90 --runtime 90 --num_runs 4
301_description:
302 This test uses iperf3 to ensure network devices pass data at an acceptable
303 minimum percentage of advertized speed.
304
305unit: template
306template-resource: device
307template-filter: device.category == 'NETWORK' and device.interface != 'UNKNOWN'
308template-unit: job
291id: ethernet/iperf3_reverse_{interface}309id: ethernet/iperf3_reverse_{interface}
292plugin: shell310plugin: shell
293_summary: Iperf3 stress testing for {interface} (reverse)311_summary: Iperf3 stress testing for {interface} (reverse)

Subscribers

People subscribed via source and target branches