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

Unified Diff: client/site_tests/power_LoadTest/README.txt

Issue 2872027: External Extension for power_LoadTest (Closed) Base URL: ssh://gitrw.chromium.org/autotest.git
Patch Set: Added README with pack instructions. Cleaned up test loop, check_network. Created 10 years, 6 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 | « no previous file | client/site_tests/power_LoadTest/control » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/power_LoadTest/README.txt
diff --git a/client/site_tests/power_LoadTest/README.txt b/client/site_tests/power_LoadTest/README.txt
new file mode 100644
index 0000000000000000000000000000000000000000..bb27c51c8369d82e6f62f0445827e8be9010d2a6
--- /dev/null
+++ b/client/site_tests/power_LoadTest/README.txt
@@ -0,0 +1,13 @@
+Power load test now uses a pre-packed extension (extension.crx).
+Therefore, changes to the unpacked extension either on client or on server
+will not be used.
+
+In order to update extension.crx, use chrome's built in packer. You must close
+all chrome windows before running this command.
+
+/opt/google/chrome/chrome --pack-extension=./extension
+--pack-extension-key=./extension.pem --no-message-box
+
+Alternatively, extension developer mode will provide a
+GUI way of doing the same task.
+
« no previous file with comments | « no previous file | client/site_tests/power_LoadTest/control » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698