Skip to content

Commit 314b438

Browse files
committed
check-selector-play: do not change topology
Do not change tplg in check-selector-play test, to allow running it on platforms different than ptl. Ptl and wcl already use correct tplg for this test as default. Signed-off-by: Emilia Kurdybelska <emiliax.kurdybelska@intel.com>
1 parent 062f70a commit 314b438

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

test-case/check-selector-play.sh

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,6 @@ init_globals()
5353
failures=0
5454
}
5555

56-
# This test requires topology allowing channel downmixing.
57-
# Checks and changes topology if needed.
58-
check_tplg()
59-
{
60-
dlogi "Checking topology..."
61-
nocodec_tplg="sof-ptl-nocodec.tplg"
62-
63-
if [[ "$tplg" == *"nocodec"* && "$tplg" != *"$nocodec_tplg"* ]]; then
64-
dlogi "NO-CODEC topology change required"
65-
new_tplg_filename=$nocodec_tplg
66-
update_topology_filename
67-
fi
68-
}
69-
7056
# Arguments: the number of channels soundfile should have
7157
generate_soundfile()
7258
{
@@ -120,8 +106,6 @@ run_tests()
120106
main()
121107
{
122108
init_globals
123-
check_tplg
124-
125109
start_test
126110

127111
if [[ "$tplg" != *nocodec* ]]; then

0 commit comments

Comments
 (0)