Skip to content

Commit

Permalink
tests: remove cavs*.tplg when testing v2.2.1 topology tar ball
Browse files Browse the repository at this point in the history
cavs*.tplg are topology v2 files that are not used by any Intel
released platforms atm. They should not be included in v2.2.x
releases.

Signed-off-by: mengdonglin <mengdong.lin@intel.com>
  • Loading branch information
mengdonglin authored and lgirdwood committed Sep 23, 2022
1 parent c29c6d6 commit 3c35aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.bats
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ teardown()
test_init
get_release "$ver"/sof-tplg-"$ver".tar.gz
# These should have never been there
# rm "$EXTR_REFS"/sof-tplg-v2.2.1/cavs-*.tplg
rm "$EXTR_REFS"/sof-tplg-v2.2.1/cavs-*.tplg
test_tarball_topologies_only v2.2.x "$ver"
}

Expand Down

0 comments on commit 3c35aac

Please sign in to comment.