mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 02:00:45 +00:00
dd84dc7e38
Test Android and Linux targets as well in addition to LocalLinux target. In order to keep basic verification easy, list complete list of test targets in tests/target_configs.yaml.example and keep the default configuration file for targets simple. Also: - Create a test folder on target's working directory. - Remove all devlib artefacts after execution of the test. - Add logs to show progress of operations. Signed-off-by: Metin Kaya <metin.kaya@arm.com>
18 lines
288 B
Plaintext
18 lines
288 B
Plaintext
AndroidTarget:
|
|
entry-0:
|
|
connection_settings:
|
|
device: 'emulator-5554'
|
|
|
|
LinuxTarget:
|
|
entry-0:
|
|
connection_settings:
|
|
host: 'example.com'
|
|
username: 'username'
|
|
password: 'password'
|
|
|
|
LocalLinuxTarget:
|
|
entry-0:
|
|
connection_settings:
|
|
unrooted: True
|
|
|