kfdtest: Add a core test filter for software scheduler mode
The new filter can be used by "./run_kfdtest.sh -p core_sws". Change-Id: I1c43669cfc07c09ccafb9fa2e2851932ac59307d Signed-off-by: Yong Zhao <Yong.Zhao@amd.com>
This commit is contained in:
@@ -8,16 +8,21 @@ FILTER[pm]=\
|
||||
|
||||
|
||||
# Core tests, used in scenarios like bringup
|
||||
FILTER[core]=\
|
||||
# Software scheduler mode, i. e. non HWS mode
|
||||
FILTER[core_sws]=\
|
||||
"KFDQMTest.CreateDestroyCpQueue:"\
|
||||
"KFDQMTest.SubmitPacketCpQueue:"\
|
||||
"KFDQMTest.MultipleCpQueues:"\
|
||||
"KFDQMTest.CreateDestroySdmaQueue:"\
|
||||
"KFDQMTest.SubmitPacketSdmaQueue:"\
|
||||
"KFDQMTest.MultipleSdmaQueues:"\
|
||||
"KFDCWSRTest.BasicTest:"\
|
||||
"KFDEventTest.SignalEvent"
|
||||
|
||||
# HWS mode
|
||||
FILTER[core]=\
|
||||
"${FILTER[core_sws]}:"\
|
||||
"KFDCWSRTest.BasicTest"
|
||||
|
||||
|
||||
# Permanent exclusions
|
||||
# These tests are included for debugging, but are not executed in normal execution on any ASIC:
|
||||
|
||||
Reference in New Issue
Block a user