Commit dd52878d authored by grt's avatar grt Committed by Commit bot

Add descriptions to the mini_installer test cases.

BUG=none
R=gab@chromium.org

Review-Url: https://codereview.chromium.org/2158813002
Cr-Commit-Position: refs/heads/master@{#405994}
parent 0bca07fd
...@@ -90,6 +90,7 @@ ...@@ -90,6 +90,7 @@
"tests": [ "tests": [
{ {
"name": "RepairChromeStrandedBinaries", "name": "RepairChromeStrandedBinaries",
"description": "Verifies that a multi-install update will repair Chrome if Chrome is missing from the Clients key yet appears to be actively used.",
"traversal": [ "traversal": [
"no_pv", "no_pv",
"install_chrome_user", "chrome_user_installed_not_inuse", "install_chrome_user", "chrome_user_installed_not_inuse",
...@@ -101,6 +102,7 @@ ...@@ -101,6 +102,7 @@
}, },
{ {
"name": "RemoveStrandedBinaries", "name": "RemoveStrandedBinaries",
"description": "Verifies that a multi-install update will uninstall Chrome and the binaries if Chrome is missing from the Clients key and does not appear to be actively used.",
"traversal": [ "traversal": [
"no_pv", "no_pv",
"install_chrome_user", "chrome_user_installed_not_inuse", "install_chrome_user", "chrome_user_installed_not_inuse",
...@@ -112,6 +114,7 @@ ...@@ -112,6 +114,7 @@
}, },
{ {
"name": "ChromeUserLevel", "name": "ChromeUserLevel",
"description": "Verifies that multi-install user-level Chrome can be installed and uninstalled.",
"traversal": [ "traversal": [
"no_pv", "no_pv",
"install_chrome_user", "chrome_user_installed_not_inuse", "install_chrome_user", "chrome_user_installed_not_inuse",
...@@ -120,6 +123,7 @@ ...@@ -120,6 +123,7 @@
}, },
{ {
"name": "ChromeCanary", "name": "ChromeCanary",
"description": "Verifies that Chrome SxS can be installed and uninstalled.",
"condition": "$SUPPORTS_SXS", "condition": "$SUPPORTS_SXS",
"traversal": [ "traversal": [
"no_pv", "no_pv",
...@@ -129,6 +133,7 @@ ...@@ -129,6 +133,7 @@
}, },
{ {
"name": "ChromeSystemLevel", "name": "ChromeSystemLevel",
"description": "Verifies that multi-install system-level Chrome can be installed and uninstalled.",
"traversal": [ "traversal": [
"no_pv", "no_pv",
"install_chrome_system", "chrome_system_installed_not_inuse", "install_chrome_system", "chrome_system_installed_not_inuse",
...@@ -137,6 +142,7 @@ ...@@ -137,6 +142,7 @@
}, },
{ {
"name": "ChromeUserLevelWithCanary", "name": "ChromeUserLevelWithCanary",
"description": "Verifies that multi-install user-level Chrome and Chrome SxS can be installed simultaneously.",
"condition": "$SUPPORTS_SXS", "condition": "$SUPPORTS_SXS",
"traversal": [ "traversal": [
"no_pv", "no_pv",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment