Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Unified Diff: client/site_tests/platform_DaemonsRespawn/test_respawn.sh

Issue 2217001: fixed test to use htpdate (Closed) Base URL: ssh://git@chromiumos-git/autotest.git
Patch Set: added missing edits back Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/site_tests/platform_AccurateTime/platform_AccurateTime.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/platform_DaemonsRespawn/test_respawn.sh
diff --git a/client/site_tests/platform_DaemonsRespawn/test_respawn.sh b/client/site_tests/platform_DaemonsRespawn/test_respawn.sh
index 9912b48ed0d8960a512f6354a56fe9b5bca61c87..4ebf2a955e1b281176c0e8992781e90e213231b0 100755
--- a/client/site_tests/platform_DaemonsRespawn/test_respawn.sh
+++ b/client/site_tests/platform_DaemonsRespawn/test_respawn.sh
@@ -49,7 +49,7 @@ get_job_pid() {
# The set of jobs (and corresponding daemon names) to test.
# TODO: Test more jobs that have the respawn stanza
-UPSTART_JOBS_TO_TEST="ntp:ntpd udev:udevd"
+UPSTART_JOBS_TO_TEST="htpdate:htpdate udev:udevd"
for job in $UPSTART_JOBS_TO_TEST ; do
« no previous file with comments | « client/site_tests/platform_AccurateTime/platform_AccurateTime.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698