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

Unified Diff: chrome/test/mini_installer/config/config.config

Issue 20578004: Initial commit for the Automated Installer Testing Framework. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Upload with NOTRY=True. Created 7 years, 4 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: chrome/test/mini_installer/config/config.config
diff --git a/chrome/test/mini_installer/config/config.config b/chrome/test/mini_installer/config/config.config
new file mode 100644
index 0000000000000000000000000000000000000000..ab7093801cf57293f42c351b416f5d0c556afba4
--- /dev/null
+++ b/chrome/test/mini_installer/config/config.config
@@ -0,0 +1,13 @@
+{
+ "states": [
+ ["clean", ["chrome_not_installed.prop"]],
+ ["chrome_installed", ["chrome_installed.prop"]]
+ ],
+ "actions": [
+ ["install chrome", "mini_installer.exe --chrome --multi-install"],
+ ["uninstall chrome", "python uninstall_chrome.py"]
+ ],
+ "tests": [
+ ["clean", "install chrome", "chrome_installed", "uninstall chrome", "clean"]
+ ]
+}
« no previous file with comments | « chrome/test/mini_installer/config/chrome_not_installed.prop ('k') | chrome/test/mini_installer/registry_verifier.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698