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

Unified Diff: client/site_tests/login_RemoteOwnership/login_RemoteOwnership.py

Issue 6880288: [autotest] Add test for the re-taking of ownership after the owner key is lost (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: improve comment 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
« no previous file with comments | « client/site_tests/login_OwnershipTaken/login_OwnershipTaken.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/login_RemoteOwnership/login_RemoteOwnership.py
diff --git a/client/site_tests/login_RemoteOwnership/login_RemoteOwnership.py b/client/site_tests/login_RemoteOwnership/login_RemoteOwnership.py
index 3ac0096ac6b0f2a9a80044c6b074667ff5954a3c..6217cdb7166c94c4499e29cf2f2e7a98bbea7bf8 100644
--- a/client/site_tests/login_RemoteOwnership/login_RemoteOwnership.py
+++ b/client/site_tests/login_RemoteOwnership/login_RemoteOwnership.py
@@ -29,8 +29,8 @@ class login_RemoteOwnership(cros_ownership_test.OwnershipTest):
sm = self.connect_to_session_manager()
# Initial policy setup.
- priv = self.known_privkey()
- pub = self.known_pubkey()
+ priv = ownership.known_privkey()
+ pub = ownership.known_pubkey()
self.push_policy(self.generate_policy(priv, pub, self._poldata), sm)
# Force re-key the device
« no previous file with comments | « client/site_tests/login_OwnershipTaken/login_OwnershipTaken.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698