summaryrefslogtreecommitdiff
path: root/units
diff options
authorSylvain Pineau <sylvain.pineau@canonical.com>2020-07-14 11:58:56 +0200
committerSylvain Pineau <sylvain.pineau@canonical.com>2020-07-14 11:58:56 +0200
commita13107b388b1d13d568ef37efcf045a4170cd2a0 (patch)
tree135723b4191391af5c5a4d0f7f9fced6548d0292 /units
parent54a510db5c9db9721f6658758fd806f36855b495 (diff)
bin:network_ntp_test -> network_ntp_test.py
Diffstat (limited to 'units')
-rw-r--r--units/dock/jobs.pxu2
-rw-r--r--units/networking/jobs.pxu2
2 files changed, 2 insertions, 2 deletions
diff --git a/units/dock/jobs.pxu b/units/dock/jobs.pxu
index 7b39fd4..ddc064a 100644
--- a/units/dock/jobs.pxu
+++ b/units/dock/jobs.pxu
@@ -571,7 +571,7 @@ plugin: user-interact-verify
depends: dock/cold-plug
requires: package.name == 'ntpdate'
user: root
-command: network_ntp_test
+command: network_ntp_test.py
estimated_duration: 10.00
_summary: NTP sync test using dock's Ethernet connectivity
_purpose:
diff --git a/units/networking/jobs.pxu b/units/networking/jobs.pxu
index 9593669..7de077f 100644
--- a/units/networking/jobs.pxu
+++ b/units/networking/jobs.pxu
@@ -61,7 +61,7 @@ category_id: com.canonical.plainbox::networking
id: networking/ntp
requires: package.name == 'ntpdate'
user: root
-command: network_ntp_test
+command: network_ntp_test.py
_description: Test to see if we can sync local clock to an NTP server
plugin: shell