Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
test
/
vts
/
20083f3a90dd9a59bb1d900c67633f2bd0421d3f
/
runners
829c763
Merge "Reorg Kernel tests."
by Yuexi Ma
· 8 years ago
e019653
checkout 'data_file_path'
by Keun Soo Yim
· 8 years ago
05f99ab
Reorg Kernel tests.
by Ang Li
· 8 years ago
4deeceb
Implement coverage analysis from GCNO and GCDA.
by Ryan Campbell
· 8 years ago
109da58
agent and other framework extension to support conventional hal's nested apis
by Keun Soo Yim
· 8 years ago
2d61b63
call super class's constructor
by Keun Soo Yim
· 8 years ago
09fbe13
add logging routine for data_file_path
by Keun Soo Yim
· 8 years ago
dabeae4
Merge "print debugging routine for coverage msg and reformat coverage protos to a dict"
by Keun Soo Yim
· 8 years ago
9d5accb
print debugging routine for coverage msg and reformat coverage protos to a dict
by Keun Soo Yim
· 8 years ago
e7e712d
Merge "modified use of generated test in kernel ltp"
by Yuexi Ma
· 8 years ago
6e687fb
modified use of generated test in kernel ltp
by Ang Li
· 8 years ago
969dd1f
pass gcda file contents to the coverage parser
by Keun Soo Yim
· 8 years ago
b831d58
integrate the gcov coverage parser and the vts runner
by Keun Soo Yim
· 8 years ago
4231b6e
LTP test case which uses adb only and necessary runner extension
by Keun Soo Yim
· 8 years ago
f5d0bca
dynamically pick the agent's tcp port for its runner
by Keun Soo Yim
· 8 years ago
5cb5e74
upload device and branch related info to GAE BT
by Keun Soo Yim
· 8 years ago
e74d82c
store build id to GAE BT when avaliable
by Keun Soo Yim
· 8 years ago
b3bee69
fix a typo
by Keun Soo Yim
· 8 years ago
4fefc9a
init profiling fields always
by Keun Soo Yim
· 8 years ago
0a99d00
report coverage data and configs to enable GAE BT upload and coverage reporting
by Keun Soo Yim
· 8 years ago
f43b2fb
merge all harness-provided args to one json file
by Keun Soo Yim
· 8 years ago
90ec35f
fixed ltp 32bit tests,
by Yuexi Ma
· 8 years ago
5c9805e
do performance profiling and store to a bigtable on GAE
by Keun Soo Yim
· 8 years ago
bae361d
base_test for web DB and lightfuzztest to upload the test result to a web DB (GAE BT)
by Keun Soo Yim
· 8 years ago
eac212d
reduce the timeout to 4 mins for shell cmd, and continue even if timeout
by Keun Soo Yim
· 8 years ago
8569b16
retry if socket recv operation timeout
by Keun Soo Yim
· 8 years ago
c4f8e47
runner extension to pass data_file_path to each test case instance
by Keun Soo Yim
· 8 years ago
596f357
VTS runner and TF extension to accept test case data dir as its 3rd arg
by Keun Soo Yim
· 8 years ago
042443d
enable runner to execute a list of shell commands in one message
by Yuexi Ma
· 8 years ago
9b4f0cb
callback testcase extension
by Keun Soo Yim
· 8 years ago
53bb72b
Support HAL callback with args.
by Ang Li
· 8 years ago
ac29b85
more debugging msg
by Keun Soo Yim
· 8 years ago
01d4a2b
check PYTHONPATH to find a test config file
by Keun Soo Yim
· 8 years ago
8aa73bf
add parent dir name(s) to config file path (to run in the platform test lab).
by Keun Soo Yim
· 8 years ago
d5db931
use the serial ID provided by the VTS TF
by Keun Soo Yim
· 8 years ago
dc5af57
print test env info
by Keun Soo Yim
· 8 years ago
1f340b9
auto c/c++ code formating using clang-format
by Keun Soo Yim
· 8 years ago
66613e1
use VTSUtilsError
by Keun Soo Yim
· 8 years ago
ab079e2
support float arg
by Keun Soo Yim
· 8 years ago
cdfe2c8
end-to-end integration of remote shell control interface
by Keun Soo Yim
· 8 years ago
63d6751
runner extension for shell driver
by Keun Soo Yim
· 8 years ago
a066dd5
agent and runner extension for shell driver
by Keun Soo Yim
· 8 years ago
a9e94ce
agent uses the comm lib to communicate with the runner
by Keun Soo Yim
· 8 years ago
6d8a16b
use unix socket between agent and drivers, and build a lib for that.
by Keun Soo Yim
· 8 years ago
304cdb8
Merge "Manage HAL agent lifecycle in android_device."
by Ang Li
· 8 years ago
e014a8b
Manage HAL agent lifecycle in android_device.
by Ang Li
· 9 years ago
14f2272
add a mode to use unix socket between agent and drivers
by Keun Soo Yim
· 8 years ago
078b177
refactoring: move protobuf to the vts top-level dir
by Keun Soo Yim
· 9 years ago
dc55fb8
framework update to use the new protobuf for the updated hidl fields
by Keun Soo Yim
· 9 years ago
3e1b786
reorg VariableSpecificationMessage to support vector and make it easy to
by Keun Soo Yim
· 9 years ago
06dd6a2
Implemented Agent Handling
by Sahil Jain
· 9 years ago
ebd8b0c
restructure target-side test dirs
by Keun Soo Yim
· 9 years ago
cbd8c05
actually call the test case defined callback functions
by Keun Soo Yim
· 9 years ago
41d3be9
Added Proto Buffer feature to TCP server
by Sahil Jain
· 9 years ago
82b2d78
integrate tcp server and the runner/agent
by Keun Soo Yim
· 9 years ago
60daeb4
Merge "call conventionl hal "hal_conventional" instead of "hal" to be more specific."
by Keun Soo Yim
· 9 years ago
22033aa
Merge "Implemented the register callback for TCP server."
by TreeHugger Robot
· 9 years ago
b520320
Implemented the register callback for TCP server.
by Sahil Jain
· 9 years ago
7844641
call conventionl hal "hal_conventional" instead of "hal" to be more specific.
by Keun Soo Yim
· 9 years ago
488e86e
Merge "Integrate HAL client into AndroidDevice class."
by Ang Li
· 9 years ago
7f0e1c7
Integrate HAL client into AndroidDevice class.
by Ang Li
· 9 years ago
6c432bd
TCP server
by Sahil Jain
· 9 years ago
a4a6d53
callback support from driver to agent
by Keun Soo Yim
· 9 years ago
91d634a
runner-side dyn-generated code handles nested hal apis (for conventional hals)
by Keun Soo Yim
· 9 years ago
6492027
Make test classes executable.
by Ang Li
· 9 years ago
f518585
return the updated call-by-pointer args from stub to runner
by Keun Soo Yim
· 9 years ago
0ae2f74
pass primitive data type argument from host to target
by Keun Soo Yim
· 9 years ago
6d94495
stub respects the persistency of a connection
by Keun Soo Yim
· 9 years ago
8e07a09
blackbox fuzzing mechanisms
by Keun Soo Yim
· 9 years ago
04431a9
use gcov to measure the code coverage and return the measured data back
by Keun Soo Yim
· 9 years ago
a8cf69a
dynamically generate host-side data object generator from the spec
by Keun Soo Yim
· 9 years ago
34067de
Pass args from the host when calling a HAL API and package the return message
by Keun Soo Yim
· 9 years ago
a6ec0b5
apply yapf (pep8) to py code
by Keun Soo Yim
· 9 years ago
d455988
support legacy hal, and basic spec for wifi hal
by Keun Soo Yim
· 9 years ago
072337b
scripts to test locally against an angler device
by Keun Soo Yim
· 9 years ago
b466363
create the host-side mirror interface
by Keun Soo Yim
· 9 years ago
1420155
update the package path for python code
by Keun Soo Yim
· 9 years ago
e916c53
Merge changes Ic19a29f0,I782b0cc3
by TreeHugger Robot
· 9 years ago
e2139f1
Correct to pep8 style with yapf linter.
by Ang Li
· 9 years ago
aa001fa
Merge "VTS integration framework initial refactor."
by Ang Li
· 9 years ago
52f5166
implementation of CALL_FUNCTION
by Keun Soo Yim
· 9 years ago
9342000
VTS integration framework initial refactor.
by Ang Li
· 9 years ago
feceb4d
implementation of GET_HALS, SELECT_HAL, & GET_FUNCTIONS commands
by Keun Soo Yim
· 9 years ago
f1ff506
simplify the logging interface.
by Keun Soo Yim
· 9 years ago
b75c841
actually check the fuzzer binder service and create one if not exists
by Keun Soo Yim
· 9 years ago
3f6e552
Native agent to send a response protobuf message and the runner to parse
by Keun Soo Yim
· 9 years ago
e0c0cdd
The runner for VTS fuzzer which can send protobufs over tcp socket
by Keun Soo Yim
· 9 years ago