|
Cleanup machine based on the state in configuration file for mini installer test.
RunCleanCommand in test_installer now will reset the machine if |force_clean| is True after running uninstaller.
The resetting is based on the state in config.config and assoicated .prop file.
The state for the initial cleanup before all test cases is 'clean'.
The state for the tearDown is the last state of each test case.
Cleanup only supports deleting directory and registry key now. Both of them will always be executed recursively.
BUG= 6698997
Total comments: 9
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+417 lines, -267 lines) |
Patch |
 |
A |
chrome/test/mini_installer/cleaner_visitor.py
|
View
|
1
2
3
4
|
1 chunk |
+50 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/mini_installer/entry.py
|
View
|
1
2
3
4
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/mini_installer/file.py
|
View
|
1
2
3
4
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/test/mini_installer/file_verifier.py
|
View
|
1
2
|
1 chunk |
+0 lines, -31 lines |
0 comments
|
Download
|
 |
M |
chrome/test/mini_installer/mini_installer_test.gni
|
View
|
1
2
3
4
|
1 chunk |
+16 lines, -5 lines |
0 comments
|
Download
|
 |
A |
chrome/test/mini_installer/process.py
|
View
|
1
2
3
4
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
D |
chrome/test/mini_installer/process_verifier.py
|
View
|
1
2
|
1 chunk |
+0 lines, -33 lines |
0 comments
|
Download
|
 |
A |
chrome/test/mini_installer/registry.py
|
View
|
1
2
3
4
|
1 chunk |
+132 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/test/mini_installer/registry_verifier.py
|
View
|
1
2
|
1 chunk |
+0 lines, -112 lines |
0 comments
|
Download
|
 |
A |
chrome/test/mini_installer/state_walker.py
|
View
|
1
2
3
4
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/test/mini_installer/test_installer.py
|
View
|
1
2
3
4
|
13 chunks |
+32 lines, -46 lines |
0 comments
|
Download
|
 |
M |
chrome/test/mini_installer/variable_expander.py
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/test/mini_installer/verifier.py
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/test/mini_installer/verifier_runner.py
|
View
|
1
2
|
1 chunk |
+0 lines, -37 lines |
0 comments
|
Download
|
 |
A |
chrome/test/mini_installer/verifier_visitor.py
|
View
|
1
2
3
4
|
1 chunk |
+59 lines, -0 lines |
0 comments
|
Download
|
Total messages: 27 (19 generated)
|