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>
Cette révision appartient à :
Yong Zhao
2018-10-30 16:37:56 -04:00
Parent b507911ccd
révision c27704ded9
2 fichiers modifiés avec 12 ajouts et 0 suppressions
+11
Voir le fichier
@@ -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"
+1
Voir le fichier
@@ -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