summaryrefslogtreecommitdiff
path: root/jobs
diff options
authorPMR <pmr@pmr-lander>2017-07-18 10:11:53 +0000
committerPMR <pmr@pmr-lander>2017-07-18 10:11:53 +0000
commit5b07cffe7150228af0b814cb9152fa324f98e95e (patch)
tree1c964715e55f96d3292983895cfd891772914d36 /jobs
parentf1820873cc6b97d1564827ae455f83cdfca74af6 (diff)
parentec89ca1135e449b926806876732de5becc8acd31 (diff)
Merge #327231 from ~jocave/plainbox-provider-checkbox:ethernet-template-filters
Diffstat (limited to 'jobs')
-rw-r--r--jobs/ethernet.txt.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/jobs/ethernet.txt.in b/jobs/ethernet.txt.in
index 8c059ce..7e384ec 100644
--- a/jobs/ethernet.txt.in
+++ b/jobs/ethernet.txt.in
@@ -64,7 +64,7 @@ _description:
unit: template
template-resource: device
-template-filter: device.category == 'NETWORK'
+template-filter: device.category == 'NETWORK' and device.interface != 'UNKNOWN'
plugin: shell
category_id: com.canonical.plainbox::ethernet
id: ethernet/multi_iperf3_nic_device{__index__}_{interface}
@@ -83,7 +83,7 @@ _description:
unit: template
template-resource: device
-template-filter: device.category == 'NETWORK'
+template-filter: device.category == 'NETWORK' and device.interface != 'UNKNOWN'
plugin: shell
category_id: com.canonical.plainbox::ethernet
id: ethernet/ethertool_check_device{__index__}_{interface}
@@ -98,7 +98,7 @@ _description:
unit: template
template-resource: device
-template-filter: device.category == 'NETWORK'
+template-filter: device.category == 'NETWORK' and device.interface != 'UNKNOWN'
plugin: user-interact-verify
category_id: com.canonical.plainbox::ethernet
id: ethernet/maximum_bandwidth_device{__index__}_{interface}
@@ -122,7 +122,7 @@ _verification:
unit: template
template-resource: device
-template-filter: device.category == 'NETWORK'
+template-filter: device.category == 'NETWORK' and device.interface != 'UNKNOWN'
plugin: shell
category_id: com.canonical.plainbox::ethernet
id: ethernet/stress_performance_device{__index__}_{interface}