Skip to content

Commit a28532b

Browse files
kv2019ilgirdwood
authored andcommitted
tests: compare_signed.bats: add exception for v2.14.1 release
The issue with sof-PLAT-openmodules.ri still persists in 2.14.1 and now also affects the WCL binary. Add an exception to the test case. Link: thesofproject/sof#10056 Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent c78aea2 commit a28532b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/compare_signed.bats

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,11 @@ test_init()
148148
*v2.13.x/sof-ipc4-v2.13)
149149
assert_eq_signed $status 1;;
150150

151+
# same issue with sof-PLAT-openmodules.ri for both PTL and WCL
152+
# https://github.com/thesofproject/sof/issues/10056
153+
*v2.14.x/sof-ipc4-v2.14.1)
154+
assert_eq_signed $status 2;;
155+
151156
# No difference
152157
*)
153158
assert_eq_signed $status 0;;

0 commit comments

Comments
 (0)