Commit 021d90b6 authored by Luca Burelli's avatar Luca Burelli Committed by Benjamin Cabé
Browse files

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: default avatarLuca Burelli <l.burelli@arduino.cc>
parent 7dfd0d01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ class TestFilter:
            'intel',
            [
                r'(it8xxx2_evb/it81302bx).*?(FILTERED: Not a selected vendor platform)',
                r'(qemu_x86/atom).*?(FILTERED: Not a selected vendor platform)',
                r'(hsdk/arc_hsdk).*?(FILTERED: Not a selected vendor platform)',
                r'(DEBUG\s+- adding intel_adl_crb)'
            ]
        ),