Skip to content

Commit

Permalink
kernel/kselftest: Update powerpc component yaml
Browse files Browse the repository at this point in the history
Recent upstream kernel has new selftests added for powerpc.
 dexcr via commit bdb07f35a52f: Add hashst/hashchk test
 papr_attributes via commit 57201d657eb7: PAPR sysfs attributes sniff test
 papr_sysparm via commit 76b2ec3faeaa: Add test for papr-sysparm
 papr_vpd via commit 9118c5d32bdd: Add test for papr-vpd

Update the powerpc component specific yaml file to include these tests.

Signed-off-by: Sachin Sant <[email protected]>
  • Loading branch information
sacsant committed Mar 25, 2024
1 parent 7be6603 commit 7344951
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions kernel/kselftest.py.data/kselftest_comp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ component: !mux
copyloops:
comp: 'powerpc'
subtest: 'copyloops'
# Via commit bdb07f35a52f: Add hashst/hashchk test
dexcr:
comp: 'powerpc'
subtest: 'dexcr'
dscr:
comp: 'powerpc'
subtest: 'dscr'
Expand All @@ -32,6 +36,18 @@ component: !mux
nx-gzip:
comp: 'powerpc'
subtest: 'nx-gzip'
# Via commit 57201d657eb7: Add PAPR sysfs attributes sniff test
papr_attributes:
comp: 'powerpc'
subtest: 'papr_attributes'
# Via commit 76b2ec3faeaa: Add test for papr-sysparm
papr_sysparm:
comp: 'powerpc'
subtest: 'papr_sysparm'
# Via commit 9118c5d32bdd: Add test for papr-vpd
papr_vpd:
comp: 'powerpc'
subtest: 'papr_vpd'
pmu:
comp: 'powerpc'
subtest: 'pmu/ebb'
Expand Down

0 comments on commit 7344951

Please sign in to comment.