Lines Matching +full:scripts +full:- +full:tests
5 # SPDX-License-Identifier: Apache-2.0
7 Tests for config_parser.py
52 tests:
56 - '--CONF_FILE=file1.conf'
57 - '--OVERLAY_CONFIG=config1.conf'
64 os.path.join(zephyr_base, 'scripts', 'schemas','twister', 'testsuite-schema.yaml')
75 … assert scenario_data['extra_args'] == ['--CONF_FILE=file1.conf', '--OVERLAY_CONFIG=config1.conf']
83 tests:
90 os.path.join(zephyr_base, 'scripts', 'schemas', 'twister','testsuite-schema.yaml')
140 ('True', 'bool', 'True', None), # do-nothing cast
141 ('key: val', 'map', 'key: val', None), # do-nothing cast
152 os.path.join(zephyr_base, 'scripts', 'schemas', 'twister','testsuite-schema.yaml')
173 os.path.join(zephyr_base, 'scripts', 'schemas','twister', 'test-config-schema.yaml')
186 tests:
188 extra_args: '--CONF_FILE=file2.conf --OVERLAY_CONFIG=config2.conf'
192 os.path.join(zephyr_base, 'scripts', 'schemas','twister', 'testsuite-schema.yaml')