diff options
author | dann frazier <dann.frazier@canonical.com> | 2018-08-14 17:19:51 -0600 |
---|---|---|
committer | dann frazier <dann.frazier@canonical.com> | 2018-08-14 17:19:51 -0600 |
commit | 0de3567b5c8e640351efd66c306bae8bf2f7538d (patch) | |
tree | d1854db68c2e503f4da90b897552ea114f6f6956 /units | |
parent | 9199e7e87ea8bdf20bca79ea50f77189cdc0ea9f (diff) |
Add test for predictable network names
Fixes: LP:#1783133 Signed-off-by: dann frazier <dann.frazier@canonical.com>
Diffstat (limited to 'units')
-rw-r--r-- | units/networking/jobs.pxu | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/units/networking/jobs.pxu b/units/networking/jobs.pxu index 92eadd4..0efefa2 100644 --- a/units/networking/jobs.pxu +++ b/units/networking/jobs.pxu @@ -77,3 +77,9 @@ requires: package.name == 'cups-client' command: network_printer_test -s $CHECKBOX_SERVER _description: Try to enable a remote printer on the network and print a test page. +plugin: shell +category_id: com.canonical.plainbox::networking +id: networking/predictable_names +command: network_predictable_names +_description: Verify that all network interfaces have predictable names. + |