kfdtest: Add core test category
This will faciliate ASIC bringup, including under simulation environment.
Change-Id: Ie027a77a2498cba739fea51f404d9843ce8dbeae
Signed-off-by: Yong Zhao <Yong.Zhao@amd.com>
[ROCm/ROCR-Runtime commit: c27704ded9]
此提交包含在:
@@ -162,3 +162,14 @@ RAVEN_TESTS_BLACKLIST=\
|
||||
"KFDDBGTest.BasicAddressWatch:"\
|
||||
"KFDQMTest.QueueLatency:"\
|
||||
"KFDQMTest.SdmaEventInterrupt"
|
||||
|
||||
# Core tests, used in scenarios like bringup
|
||||
CORE_TESTS=\
|
||||
"KFDQMTest.CreateDestroyCpQueue:"\
|
||||
"KFDQMTest.SubmitPacketCpQueue:"\
|
||||
"KFDQMTest.MultipleCpQueues:"\
|
||||
"KFDQMTest.CreateDestroySdmaQueue:"\
|
||||
"KFDQMTest.SubmitPacketSdmaQueue:"\
|
||||
"KFDQMTest.MultipleSdmaQueues:"\
|
||||
"KFDCWSRTest.BasicTest:"\
|
||||
"KFDEventTest.SignalEvent"
|
||||
|
||||
@@ -75,6 +75,7 @@ getFilter() {
|
||||
vg12 ) FILTER="--gtest_filter=$VEGA12_TESTS_BLACKLIST" ;;
|
||||
vg20 ) FILTER="--gtest_filter=$VEGA20_TESTS_BLACKLIST" ;;
|
||||
rv ) FILTER="--gtest_filter=$RAVEN_TESTS_BLACKLIST" ;;
|
||||
core ) FILTER="--gtest_filter=$CORE_TESTS" ;;
|
||||
all ) FILTER="" ;;
|
||||
*) die "Unsupported platform $PLATFORM or node $NODE. Exiting" ;;
|
||||
esac
|
||||
|
||||
新增問題並參考
封鎖使用者