Bridle Common Testing
Currently this integration test verifies the auto-generated version number:
$ west twister \ --jobs 4 \ --verbose \ --inline-logs \ --quarantine-list bridle/tests/quarantine.yaml \ --testsuite-root bridle/tests/bridle/common
Depending on the number of compatible boards, this test suite will take several minutes or hours to complete (≈5.30h on ≈1500 platforms).
With the option --integration the time for testing can be reduced
significantly by limiting the test runs to the boards currently supported
by this test suite (checks only ≈2.40% of all platforms in about
≈0.15h). But then the runtime filter will not act as intended and
the filtering rules become ineffective:
$ west twister \ --jobs 4 \ --verbose \ --inline-logs \ --integration \ --testsuite-root bridle/tests/bridle/common
API Reference
Functions