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>


[ROCm/ROCR-Runtime commit: 98b0652917]
Этот коммит содержится в:
Yong Zhao
2019-09-22 17:10:14 -04:00
родитель e667ac8648
Коммит 9bb602199c
2 изменённых файлов: 8 добавлений и 3 удалений
+7 -2
Просмотреть файл
@@ -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:
+1 -1
Просмотреть файл
@@ -52,7 +52,7 @@ printUsage() {
echo
echo "Gtest arguments will be forwarded to the app"
echo
echo "Valid platform options: pm, core, polaris10, vega10, vega20, all, and so on"
echo "Valid platform options: core_sws, core, polaris10, vega10, vega20, pm, all, and so on"
echo "'all' option runs all tests"
return 0