forked from avocado-framework-tests/avocado-misc-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests to run with upstream kernel only. Signed-off-by: Ayush Jain <[email protected]>
- Loading branch information
1 parent
60bdc3e
commit 753b586
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
component: !mux | ||
cpufreq: | ||
comp: "cpufreq" | ||
test_modes: !mux | ||
basic: | ||
test_mode: "basic" | ||
sptest1: | ||
test_mode: "sptest1" | ||
sptest2: | ||
test_mode: "sptest2" | ||
sptest3: | ||
test_mode: "sptest3" | ||
sptest4: | ||
test_mode: "sptest4" | ||
mm: | ||
comp: "mm" | ||
mem_plug: | ||
comp: "memory-hotplug" | ||
run_type: !mux | ||
upstream: | ||
type: 'upstream' | ||
location: "https://github.com/torvalds/linux/archive/master.zip" |