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
1diff --git a/units/ethernet/jobs.pxu b/units/ethernet/jobs.pxu
2index 4aabac5..64a0578 100644
3--- a/units/ethernet/jobs.pxu
4+++ b/units/ethernet/jobs.pxu
5@@ -288,6 +288,24 @@ unit: template
6 template-resource: device
7 template-filter: device.category == 'NETWORK' and device.interface != 'UNKNOWN'
8 template-unit: job
9+id: ethernet/iperf3_{interface}
10+plugin: shell
11+_summary: Iperf3 stress testing for {interface}
12+category_id: com.canonical.plainbox::ethernet
13+estimated_duration: 740.0
14+user: root
15+environ:
16+ TEST_TARGET_IPERF
17+ LD_LIBRARY_PATH
18+command: network.py test -i {interface} -t iperf --iperf3 --scan-timeout 3600 --fail-threshold 80 --cpu-load-fail-threshold 90 --runtime 90 --num_runs 4
19+_description:
20+ This test uses iperf3 to ensure network devices pass data at an acceptable
21+ minimum percentage of advertized speed.
22+
23+unit: template
24+template-resource: device
25+template-filter: device.category == 'NETWORK' and device.interface != 'UNKNOWN'
26+template-unit: job
27 id: ethernet/iperf3_reverse_{interface}
28 plugin: shell
29 _summary: Iperf3 stress testing for {interface} (reverse)

Subscribers

People subscribed via source and target branches