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

Unified Diff: client/site_tests/login_RemoteOwnership/control

Issue 6677180: [autotest] More ownership/device policy tests (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: comments Created 9 years, 8 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
Index: client/site_tests/login_RemoteOwnership/control
diff --git a/client/site_tests/login_OwnershipApi/control b/client/site_tests/login_RemoteOwnership/control
similarity index 60%
copy from client/site_tests/login_OwnershipApi/control
copy to client/site_tests/login_RemoteOwnership/control
index 4f8c3899c456f616ba13dd31bb9b6998a9c110bf..a0beb67cea588f98d1e850e04364ae5576e1825b 100644
--- a/client/site_tests/login_OwnershipApi/control
+++ b/client/site_tests/login_RemoteOwnership/control
@@ -5,11 +5,11 @@
TIME="SHORT"
AUTHOR = "The Chromium OS Authors"
DOC = """
-Tests to ensure that RestartJob ignores argv[0] and cannot be
-abused to launch arbitrary processes.
+Tests to ensure that the Ownership API can be used, as an enterprise might,
+to set device policies.
"""
-NAME = "login_OwnershipApi"
-PURPOSE = "Validate Ownership DBus API"
+NAME = "login_RemoteOwnership"
+PURPOSE = "Validate that the Ownership DBus API works for device policies"
CRITERIA = """
Fail if a call does not behave as expected
"""
@@ -17,4 +17,4 @@ TEST_CLASS = "login"
TEST_CATEGORY = "Functional"
TEST_TYPE = "client"
-job.run_test("login_OwnershipApi")
+job.run_test("login_RemoteOwnership")

Powered by Google App Engine
This is Rietveld 408576698