diff options
author | Jeff Lane <jeffrey.lane@canonical.com> | 2022-01-11 16:37:24 -0500 |
---|---|---|
committer | Jeff Lane <jeffrey.lane@canonical.com> | 2022-01-11 16:37:24 -0500 |
commit | ea2e94e2e5414d01e4ab41b08423941229af29b7 (patch) | |
tree | 72bc13c91471bcd44773fa6d5c3783330e465e25 /units/ethernet | |
parent | 1abbc8b0f65555166505bb77ebd4bafbfa915647 (diff) |
[fix] change naming of iperf3 test for server SRU to avoid issues with wildcards slurping up wrong test cases lp: #1957011
Diffstat (limited to 'units/ethernet')
-rw-r--r-- | units/ethernet/jobs.pxu | 2 | ||||
-rw-r--r-- | units/ethernet/test-plan.pxu | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/units/ethernet/jobs.pxu b/units/ethernet/jobs.pxu index 244cca6..801f7f7 100644 --- a/units/ethernet/jobs.pxu +++ b/units/ethernet/jobs.pxu @@ -97,7 +97,7 @@ template-resource: device template-filter: device.category == 'NETWORK' and device.interface != 'UNKNOWN' plugin: shell category_id: com.canonical.plainbox::ethernet -id: ethernet/multi_iperf3_nic_device_server_sru{__index__}_{interface} +id: ethernet/sru_iperf3_stress_device-{__index__}_{interface} _summary: Multi-NIC Iperf3 SRU testing for NIC {interface} estimated_duration: 1200.0 requires: diff --git a/units/ethernet/test-plan.pxu b/units/ethernet/test-plan.pxu index 33c95b4..87b176c 100644 --- a/units/ethernet/test-plan.pxu +++ b/units/ethernet/test-plan.pxu @@ -116,7 +116,7 @@ include: ethernet/info_automated_server ethernet/ethtool_info ethernet/ethertool_check_.* - ethernet/multi_iperf3_nic_device_server_sru.* + ethernet/sru_iperf3_stress_device-.* bootstrap_include: device executable |