summaryrefslogtreecommitdiff
path: root/units
diff options
authorSylvain Pineau <sylvain.pineau@canonical.com>2020-07-13 17:13:13 +0200
committerSylvain Pineau <sylvain.pineau@canonical.com>2020-07-13 17:13:13 +0200
commitb3e91ffc62820b5133ccff0a1a1b1c9ed255a641 (patch)
treef537276fccbf925c8b64ccdacf02b4618459992c /units
parentca44b79993c98dcc4dfece6dd8820b55a26021e1 (diff)
bin:network_check -> network_check.py
Diffstat (limited to 'units')
-rw-r--r--units/dock/jobs.pxu6
-rw-r--r--units/ethernet/jobs.pxu2
-rw-r--r--units/networking/jobs.pxu2
3 files changed, 5 insertions, 5 deletions
diff --git a/units/dock/jobs.pxu b/units/dock/jobs.pxu
index 1a9f1a7..7b39fd4 100644
--- a/units/dock/jobs.pxu
+++ b/units/dock/jobs.pxu
@@ -980,7 +980,7 @@ plugin: user-interact-verify
category_id: dock-hotplug
id: dock/hotplug-ethernet
depends: dock/hot-plug
-command: network_check
+command: network_check.py
estimated_duration: 10
_description:
PURPOSE:
@@ -2023,7 +2023,7 @@ plugin: user-interact-verify
category_id: dock-hotplug
id: dock/hotplug-ethernet-after-suspend
depends: suspend/suspend_advanced
-command: network_check
+command: network_check.py
estimated_duration: 10
_description:
PURPOSE:
@@ -2152,7 +2152,7 @@ plugin: user-interact-verify
category_id: suspend-dock-resume
id: dock/ethernet-after-suspend-dock-resume
depends: dock/suspend-dock-resume
-command: network_check
+command: network_check.py
estimated_duration: 10
_description:
PURPOSE:
diff --git a/units/ethernet/jobs.pxu b/units/ethernet/jobs.pxu
index 6b32382..5e559fa 100644
--- a/units/ethernet/jobs.pxu
+++ b/units/ethernet/jobs.pxu
@@ -42,7 +42,7 @@ _description:
plugin: user-interact-verify
category_id: com.canonical.plainbox::ethernet
id: ethernet/wired_connection
-command: network_check
+command: network_check.py
estimated_duration: 1.2
_description:
PURPOSE:
diff --git a/units/networking/jobs.pxu b/units/networking/jobs.pxu
index b697b84..9593669 100644
--- a/units/networking/jobs.pxu
+++ b/units/networking/jobs.pxu
@@ -27,7 +27,7 @@ _description:
plugin: user-interact-verify
category_id: com.canonical.plainbox::networking
id: networking/modem_connection
-command: network_check
+command: network_check.py
_description:
PURPOSE:
This test will check that a DSL modem can be configured and connected.