Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
autotest
/
56836d47e70fc7d2c5bfbfc9a11578960e1112e0
/
server
/
test.py
c44e777
autotest: Remove existing autoserv dirs on startup
by Alex Khouderchah
· 6 years ago
b7f9680
Revert "autotest: Perform server test shutdown even when receiving SIGINT"
by Allen Li
· 6 years ago
0c31f63
autotest: Perform server test shutdown even when receiving SIGINT
by Alex Khouderchah
· 6 years ago
f4fb11b
autotest: skip iteration hooks if fast is enabled for jobs.
by Xixuan Wu
· 7 years ago
5019d69
autotest: skip before & after hooks for jobs in fast mode.
by Xixuan Wu
· 7 years ago
e8ce654
autotest: add metrics for functions called by disable_sysinfo.
by Xixuan Wu
· 7 years ago
02b6fee
autotest: add logging in testing control files.
by xixuan
· 8 years ago
d7f1242
[autotest] Add a dummy test for testbed.
by Dan Shi
· 9 years ago
1bf60eb
[autotest] autoserv add --lab & --host_attributes arguments
by Simran Basi
· 9 years ago
1c3b853
[autotest] Remove dead code/features from hosts factory.
by J. Richard Barnette
· 9 years ago
7093669
[autotest] Add in check for server test to skip sysinfo hooks.
by Kevin Cheng
· 9 years ago
c228221
[autotest] Disable post-test and iteration sysinfo in provisioning
by Fang Deng
· 10 years ago
4eba9f0
[autotest] Enable log_diff for server side test.
by Dan Shi
· 10 years ago
74a314b
Upstream Autotest merge.
by Dale Curtis
· 13 years ago
9285ddf
Rollback ignore_aborts change.
by Dale Curtis
· 14 years ago
0b6843a
Fix server side autotests installing to the wrong directory.
by Dale Curtis
· 14 years ago
f9d7d8d
We're encountering a significant number of unexpected aborts in the pre/post-test and pre/post-iteration sysinfo collection. After a week of debugging I'm no closer to determining the underlying cause.
by Dale Curtis
· 14 years ago
44dedf9
Since Chrome OS is running tmpfs, we shouldn't be running Autotest client from /tmp. Further, with fes's upcoming changes to make all user directories as noexec we need to be elsewhere anyways.
by Dale Curtis
· 14 years ago
12b4558
Massive permission fix
by lmr
· 15 years ago
f780bbf
Fix up the sysinfo install procedure to be more transactional. If
by mbligh
· 15 years ago
43dd549
Add a mechanism for server-side tests to declare which of their
by mbligh
· 15 years ago
27b5291
Get rid of the "lightweight" autotest install option, in favour of
by jadmanski
· 15 years ago
089f1e3
Changed server sysinfo support code to reinstall the sysinfo Autotest
by mbligh
· 15 years ago
3524589
Changed server side sysinfo support code to remember the host/autotest
by mbligh
· 15 years ago
11fbbce
Because we all love another layer of try-finally indentation...make
by jadmanski
· 16 years ago
0465991
Fix up the sysinfo install-and-run decorator try-finally structure to
by jadmanski
· 16 years ago
7c7aff3
Fix up the server-side sysinfo collection (again) to make sure all
by jadmanski
· 16 years ago
ea45566
Add support for explicitly removing tempdirs created on a host,
by jadmanski
· 16 years ago
4395bbd
by mbligh
· 16 years ago
e7693ba
Cleanup.
by mbligh
· 16 years ago
9f7dd11
Move the temporary sysinfo files from /tmp to /tmp/sysinfo. This makes the actual location more configurable (e.g. you can add a symlink to redirect it).
by jadmanski
· 16 years ago
79a2ee1
Create a verify test so that its possible to see the results of verify in TKO.
by mbligh
· 16 years ago
c75e0ac
The serverside sysinfo code should specify initialize=False since, 3 lines down, we explicitly do a lightweight install.
by mbligh
· 16 years ago
54f90af
Add server-side sysinfo collection code (for server tests). This
by jadmanski
· 16 years ago
c5ddfd1
I have attached the patch for the packaging system.
by mbligh
· 16 years ago
0afbb63
Convert all python code to use four-space indents instead of eight-space tabs.
by jadmanski
· 16 years ago
313f12c
Did some cleanup work on imports in order to remove any of the remaining "from blah import *" imports.
by mbligh
· 16 years ago
ccb9e18
Convert all imports on the server to use absolute imports.
by mbligh
· 17 years ago
4e61c4e
1. Modified the runtest() function in test.py to not fork off a separate client process for the test but instead call it directly. This was needed to catch the exceptions that were thrown in the tests (as it wasn't possible to do that if the tests are separate forked client processes)
by mbligh
· 17 years ago
6e2ffec
Enhance the error message displayed when a server-side test fails.
by mbligh
· 17 years ago
ea397bb
Refactor the server and client side test classes into a the common lib
by mbligh
· 17 years ago
dccabe3
Add an assert_ method to the server-side version of test, like the one already
by mbligh
· 17 years ago
ecf55f4
Pre-emptively check if a test has already been run with the same tag
by mbligh
· 17 years ago
f31b0c0
Move error.py'>error.py'>error.py out of the client and server and into common_lib.
by mbligh
· 17 years ago
29d6503
Added a cleanup method to the test class that is called in a finally
by mbligh
· 17 years ago
0526936
Add support for tests on the server side
by mbligh
· 17 years ago