cloud-init-dev team mailing list archive
-
cloud-init-dev team
-
Mailing list archive
-
Message #02802
[Merge] ~powersj/cloud-init:fix_ntp_tests into cloud-init:master
The proposal to merge ~powersj/cloud-init:fix_ntp_tests into cloud-init:master has been updated.
Commit Message changed to:
tests: update ntp tests after sntp added
A recent change to ntp in artful has added the sntp package
whenever ntp is installed. The tests, rather poorly, did a
`dpkg -l` instead of checking with `which`. This fixes the
ntp tests to all use `which` over expecting a certain number
of lines using dpkg and as a result make the tests OS
independent.
For more details, see:
https://code.launchpad.net/~powersj/cloud-init/+git/cloud-init/+merge/326312
--
Your team cloud-init commiters is requested to review the proposed merge of ~powersj/cloud-init:fix_ntp_tests into cloud-init:master.
References