Chromium Code Reviews| 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..aeb76a9e27b9df20780393567e55f76e601ba09d 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 the the Ownership DBus API works for device policies" |
|
sosa
2011/04/06 21:19:52
s/first "the"/that
Chris Masone
2011/04/06 21:28:19
Done.
|
| 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") |