diff options
author | Maciej Kisielewski <maciej.kisielewski@canonical.com> | 2021-05-24 14:08:17 +0200 |
---|---|---|
committer | Maciej Kisielewski <maciej.kisielewski@canonical.com> | 2021-05-24 14:08:17 +0200 |
commit | d6092631f291919035abd2e1ccb7ff40d275c9f8 (patch) | |
tree | 8d28406b33a9041b0cd0439da46c02b08c7a0d0d /units/ethernet | |
parent | 5a17cac9dc3b4b940cac95dd2978c3c8166a9e59 (diff) |
Fix: run necessery bootstrapping in eth TPs
Ethernet test plans lacked the bootstrapping section which made them not generate the included jobs. This patch adds bootstrapping sections.
Diffstat (limited to 'units/ethernet')
-rw-r--r-- | units/ethernet/test-plan.pxu | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/units/ethernet/test-plan.pxu b/units/ethernet/test-plan.pxu index 5e003ae..cfc23bd 100644 --- a/units/ethernet/test-plan.pxu +++ b/units/ethernet/test-plan.pxu @@ -68,6 +68,9 @@ include: ethernet/ethtool_info ethernet/ethertool_check_.* ethernet/multi_iperf3_nic_device.* +bootstrap_include: + device + executable id: server-ethernet-underspeed unit: test plan @@ -79,3 +82,6 @@ include: ethernet/ethtool_info ethernet/ethertool_check_.* ethernet/multi_iperf3_nic_underspeed_device.* +bootstrap_include: + device + executable |