Skip to content

Commit 021d90b

Browse files
pillo79kartben
authored andcommitted
tests: twister_blackbox: fix vendor filter test
Commit 6dc27a4 ("boards: align vendor entry in board.yml files") unknowingly broke Twister blackbox tests by correctly placing Atom targets under the 'intel' vendor. Since this was not previously the case, the Twister blackbox vendor filter test for 'intel' was actually expecting 'qemu_x86/atom' to be filtered out as "Not a selected vendor platform." This commit updates test_filter.py with the new vendor flags. Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
1 parent 7dfd0d0 commit 021d90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tests/twister_blackbox/test_filter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class TestFilter:
5555
'intel',
5656
[
5757
r'(it8xxx2_evb/it81302bx).*?(FILTERED: Not a selected vendor platform)',
58-
r'(qemu_x86/atom).*?(FILTERED: Not a selected vendor platform)',
58+
r'(hsdk/arc_hsdk).*?(FILTERED: Not a selected vendor platform)',
5959
r'(DEBUG\s+- adding intel_adl_crb)'
6060
]
6161
),

0 commit comments

Comments
 (0)