OSDN Git Service

Simplify running cert tests and allow filtering, auto build
authorZach Johnson <zachoverflow@google.com>
Wed, 26 Feb 2020 20:26:20 +0000 (12:26 -0800)
committerZach Johnson <zachoverflow@google.com>
Wed, 26 Feb 2020 20:40:36 +0000 (12:40 -0800)
commitcc885f6074dc38038a78c55818ca14a5436af3ea
treebccc6358886342b647e422c0483ab08f01862126
parent7694301744b48ac257cf327ad0bc4f5bf52d2501
Simplify running cert tests and allow filtering, auto build

* Combine device and host into same scripts, switched on an argument
* Build automatically when you run
* Allow specifying a test filter, to run a specific test instead of all of them.
* Clean up file naming, to remove "facade only".

Test: gd/cert/run --host
Change-Id: I9d55c65f7fadc9b0a926aad03ad3a2ed8a5f0e63
gd/Android.mk
gd/cert/all_cert_testcases [moved from gd/cert/cert_testcases_facade_only with 100% similarity]
gd/cert/host_config.json [moved from gd/cert/host_only_config_facade_only.json with 100% similarity]
gd/cert/run [new file with mode: 0755]
gd/cert/run_cert_facade_only.sh [deleted file]
gd/cert/run_device_cert.sh [deleted file]
gd/cert/set_up_and_run_device_cert.sh