OSDN Git Service

Basic integration of GD with ACTS
authorZach Johnson <zachoverflow@google.com>
Mon, 22 Apr 2019 23:34:49 +0000 (16:34 -0700)
committerHansong Zhang <hsz@google.com>
Thu, 25 Apr 2019 01:30:47 +0000 (01:30 +0000)
commitfacafb0849cb3428aca4d2c20e5b1e774762e723
tree0b8616ec23e772503a0edd3667d64a4c60a8a084
parent1bc6c42328c6cc0f0f94e45f20827d9a37e5b490
Basic integration of GD with ACTS

* Add GD base test, which can parse config and bring up rootcanal.
* Add GD device controller, which is only optimized for host at this point.
* Add host config for running tests,
* Add basic hal test to test end to end flows.

Missing from this patch:
* GD cert device controller (should be similar to GD device)

Test: after setting up acts (gd/cert/set_up_acts.sh): gd/cert/run_cert.sh

Change-Id: Ibde7c7b0fe85b64643ed11fffe833e9ff53ed48c
gd/.gitignore
gd/Android.bp
gd/cert/cert_testcases [new file with mode: 0644]
gd/cert/gd_base_test.py [new file with mode: 0644]
gd/cert/gd_device.py [new file with mode: 0755]
gd/cert/host_only_config.json [new file with mode: 0644]
gd/cert/run_cert.sh [new file with mode: 0755]
gd/cert/set_up_acts.sh [new file with mode: 0755]
gd/hal/cert/simple_hal_test.py [new file with mode: 0644]