diff options
author | PMR <pmr@pmr-lander> | 2020-05-27 10:09:41 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2020-05-27 10:09:41 +0000 |
commit | 182801861fa33ed302761966a39e92afb60699e6 (patch) | |
tree | 8d1d8a63617dc383cf8dd1772a25ccf5aff8e25e | |
parent | b8cfe34f2335f023d7d0875a4046bc2091ed70a9 (diff) | |
parent | 9343ebc049b171124d798da70e5c46a0cc941cd9 (diff) |
Merge #384251 from ~jocave/plainbox-provider-checkbox:test-for-predicatable-if-names
-rw-r--r-- | units/networking/jobs.pxu | 4 | ||||
-rw-r--r-- | units/networking/test-plan.pxu | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/units/networking/jobs.pxu b/units/networking/jobs.pxu index c5f5c9f..b697b84 100644 --- a/units/networking/jobs.pxu +++ b/units/networking/jobs.pxu @@ -80,8 +80,10 @@ _description: Try to enable a remote printer on the network and print a test pag plugin: shell category_id: com.canonical.plainbox::networking +template-engine: jinja2 id: networking/predictable_names command: network_predictable_names _summary: Verify that all network interfaces have predictable names. _description: Verify that all network interfaces have predictable names. - +requires: + {% if __on_ubuntucore__ %}lsb.release >= '20'{% else %}lsb.release >= '18'{% endif %} diff --git a/units/networking/test-plan.pxu b/units/networking/test-plan.pxu index 1abee61..f11d215 100644 --- a/units/networking/test-plan.pxu +++ b/units/networking/test-plan.pxu @@ -61,6 +61,7 @@ _description: Automated networking tests for devices include: ipv6_detect ipv6_link_local_address_.* + networking/predictable_names bootstrap_include: device |