| 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")
|
|
|