commit | b8a9f1f3ed5acf86fbb39c3adb0dce86ee43d73f | [log] [tgz] |
---|---|---|
author | Emil Gydesen <emil.gydesen@nordicsemi.no> | Wed Feb 05 12:48:46 2025 +0100 |
committer | Benjamin Cabé <kartben@gmail.com> | Thu Mar 13 10:28:19 2025 +0100 |
tree | 36f0b54ef58f539dce9ca2d27082e7310f991420 | |
parent | 1148b9ac3ebd8436a65a4dbf9811c4ddd4c41e98 [diff] |
tests: Bluetooth: CAP: Refactor CAP broadcast tests to multiple tests The cap_broadcast test has been split into 3 tests: 1) Regular test 2) Regular test with metadata update 3) Test for invalid parameters This will make it easier to use the regular cap_broadcast test for other test cases, as it does less now. It also makes each test run faster seperately and reduce their scopes. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>