Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: fgelmo/test-definitions

Tags

2021.01

Toggle 2021.01's commit message
release 2021.01

2019.11

Toggle 2019.11's commit message
tradefed and noninteractive-tradefed: install different openjdk version

for different android version cts/vts test.

Now only aosp master version needs to use openjdk-11,
other older versions need to use openjdk8

Signed-off-by: Yongqin Liu <[email protected]>

2019.10

Toggle 2019.10's commit message
igt: update igt-chamelium-test.sh

1. Pass test list directory through shell environment variable IGT_TEST_ROOT
2. New run-tests.sh needs '-p' to run the tests with piglit

Signed-off-by: Arthur She <[email protected]>

2019.08

Toggle 2019.08's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Linaro#106 from iwamatsu/update-smc

spectre-meltdown-checker: Update to 0.42

2019.07

Toggle 2019.07's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request Linaro#89 from roxell/kernel-config-checker

Kernel config checker

2019.06

Toggle 2019.06's commit message
tradefed monitor_fastboot.sh: support more boot image names

to work around problems like reported here:

nice lxc-attach -n lxc-test-1919582 -- fastboot -s 28146262003EFFEE flash boot /lava-lxc/lkft-hikey-android-9.0-mainline-boot.img

Thu Jun 20 08:45:49 UTC 2019
+ fastboot boot /lava-lxc/boot*.img
fastboot: error: cannot load '/lava-lxc/boot*.img': No such file or directory
+ sleep 30

https://validation.linaro.org/scheduler/job/1919582#L5627

Change-Id: Ie4e45e22ef203ea0c519979a2b411328ca3ccce9
Signed-off-by: Yongqin Liu <[email protected]>

2019.05

Toggle 2019.05's commit message
network-basic: skip set interface down on NFS mounted fs

x86 running network basic test failed to make clean exit because
test case set network interface down and NFS lost connection. so
NFS parameter introduced to skip "set interface down" command when
NFS is true.

+ echo 'ip-link-interface-down pass'
[  241.270557] nfs: server 10.66.16.116 not responding, still trying
[  241.270569] nfs: server 10.66.16.116 not responding, still trying

ref:
https://lkft.validation.linaro.org/scheduler/job/735083#L1575

Signed-off-by: Naresh Kamboju <[email protected]>

2019.04

Toggle 2019.04's commit message
automated: gpiod: remove prefix '-'

Signed-off-by: Anders Roxell <[email protected]>

2019.03

Toggle 2019.03's commit message
v4l2: fix results parsing

Replacing string "/" with "-" for better results format for test case names.

Test case names:
old VIDIOC_G/S_TUNER/ENUM_FREQ_BANDS
new VIDIOC_G-S_TUNER-ENUM_FREQ_BANDS

Signed-off-by: Naresh Kamboju <[email protected]>

2019.02

Toggle 2019.02's commit message
linux: add fuego multinode

Signed-off-by: Chase Qi <[email protected]>