|
Change-Id: Ib50962111d0c6c07a135679d80930af4bc52915b
Move site_chrome_test, site_logging, site_log_reader,
site_crash_test into cros dir.
site_chrome_test --> cros/chrome_test
site_crash_test --> cros/crash_test
site_logging --> cros/cros_logging
site_log_reader --> cros/cros_logging
site_ui_test --> cros/cros_ui_test
I had removed site_logging module and moved its code into cros_logging, since its new name (logging) has conflict with python's logging module.
site_log_reader has also been merged into cros_logging module.
As I am touching all the files in the list, I also removed some unnecessary import to autotest_lib.client.bin.test.
Change-Id: I2c8f101a6c7a0499619e227e4cb0cfb8ceec4690
BUG= 7236
TEST=run bvt and every other tests been touched from both source (third_party/autotest/files) and chroot (/build/board/usr/local/autotest)
Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=e7c4cab
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+318 lines, -275 lines) |
Patch |
 |
M |
client/bin/site_job.py
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
D |
client/bin/site_log_reader.py
|
View
|
1
2
|
1 chunk |
+0 lines, -80 lines |
0 comments
|
Download
|
 |
D |
client/bin/site_logging.py
|
View
|
1
2
|
1 chunk |
+0 lines, -55 lines |
0 comments
|
Download
|
 |
A + |
client/cros/chrome_test.py
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
client/cros/crash_test.py
|
View
|
1
2
3
4
|
3 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
A |
client/cros/cros_logging.py
|
View
|
1
2
3
4
|
1 chunk |
+136 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
client/cros/cros_ui_test.py
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
client/cros/login.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
7 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/audiovideo_PlaybackRecordSemiAuto/audiovideo_PlaybackRecordSemiAuto.py
|
View
|
1
2
3
4
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/desktopui_ChromeFirstRender/desktopui_ChromeFirstRender.py
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/desktopui_FlashSanityCheck/desktopui_FlashSanityCheck.py
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/desktopui_IBusTest/desktopui_IBusTest.py
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/desktopui_ImeTest/desktopui_ImeTest.py
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/desktopui_ScreenLocker/desktopui_ScreenLocker.py
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/desktopui_SunSpiderBench/desktopui_SunSpiderBench.py
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/desktopui_V8Bench/desktopui_V8Bench.py
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/desktopui_WindowManagerFocusNewWindows/desktopui_WindowManagerFocusNewWindows.py
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/desktopui_WindowManagerHotkeys/desktopui_WindowManagerHotkeys.py
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/graphics_GLAPICheck/graphics_GLAPICheck.py
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/graphics_O3DSelenium/graphics_O3DSelenium.py
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/graphics_TearTest/graphics_TearTest.py
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/graphics_WebGLConformance/graphics_WebGLConformance.py
|
View
|
1
2
3
4
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/graphics_WindowManagerGraphicsCapture/graphics_WindowManagerGraphicsCapture.py
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/hardware_BluetoothSemiAuto/hardware_BluetoothSemiAuto.py
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/logging_CrashSender/logging_CrashSender.py
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/logging_CrashServices/logging_CrashServices.py
|
View
|
1
2
3
4
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/logging_KernelCrash/logging_KernelCrash.py
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/logging_LogVolume/logging_LogVolume.py
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/logging_UncleanShutdown/logging_UncleanShutdown.py
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/logging_UserCrash/logging_UserCrash.py
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/login_Backdoor/login_Backdoor.py
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/login_BadAuthentication/login_BadAuthentication.py
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/login_ChromeProfileSanitary/login_ChromeProfileSanitary.py
|
View
|
1
2
3
4
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/login_CryptohomeIncognitoMounted/login_CryptohomeIncognitoMounted.py
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/login_CryptohomeIncognitoUnmounted/login_CryptohomeIncognitoUnmounted.py
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/login_CryptohomeMounted/login_CryptohomeMounted.py
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/login_CryptohomeUnmounted/login_CryptohomeUnmounted.py
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/login_DBusCalls/login_DBusCalls.py
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+10 lines, -6 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/login_LoginSuccess/login_LoginSuccess.py
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/login_LogoutProcessCleanup/login_LogoutProcessCleanup.py
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/login_RemoteLogin/login_RemoteLogin.py
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/login_SecondFactor/login_SecondFactor.py
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/platform_AccurateTime/platform_AccurateTime.py
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/platform_ProcessPrivileges/platform_ProcessPrivileges.py
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/platform_ProcessPrivilegesComprehensive/platform_ProcessPrivilegesComprehensive.py
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/power_Idle/power_Idle.py
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/power_LoadTest/power_LoadTest.py
|
View
|
1
2
3
4
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/security_NetworkListeners/security_NetworkListeners.py
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
client/site_tests/security_RendererSandbox/security_RendererSandbox.py
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|