Lines Matching full:testsuite

7 This test file contains testsuites for testsuite.py module of twister
22 from twisterlib.testsuite import TestSuite
29 """ Testing add_testcase function of Testsuite class in twister """
54 assert all(isinstance(n, TestSuite) for n in class_testplan.testsuites.values())
103 ("toolchain_allow", ['gcc'], None, None, "Not in testsuite toolchain allow list"),
104 …("platform_allow", ['demo_board_1/unit_testing'], None, None, "Not in testsuite platform allow lis…
192 ("exclude_tag", ['test_a'], "Command line testsuite exclude filter"),
193 …scripts/tests/twister/test_data/testsuites/tests/test_a/test_a.check_1'], "TestSuite name filter"),
194 ("arch", ['arm_test'], "Command line testsuite arch filter"),
195 ("tag", ['test_d'], "Command line testsuite tag filter")
257 Test 2: Values of 'instances' dictionary in Testsuite class are an
382 testsuite = class_testplan.testsuites.get(testpath)
386 plan.testsuites = {testpath: testsuite}
954 testplan.scenarios = [scenario for testsuite in testsuites \
955 for scenario in testsuite.scenarios]
1009 Testsuite
1328 'no testsuite filter, detailed id',
1329 'no testsuite filter, short id',
1330 'no testsuite filter, alt root, detailed id',
1333 'testsuite filter',
1334 'testsuite filter and valid duplicate',
1335 'testsuite filter, short id and duplicate',
1336 'testsuite filter, alt root',
1511 ts1.name = 'TestSuite 1'
1513 ts2.name = 'TestSuite 2'
1519 ts3.name = 'TestSuite 3'
1523 ts4.name = 'TestSuite 4'
1525 ts5.name = 'TestSuite 5'
1530 'TestSuite 1': ts1,
1531 'TestSuite 2': ts2,
1532 'TestSuite 3': ts3,
1533 'TestSuite 4': ts4,
1534 'TestSuite 5': ts5
1543 "name": "TestSuite 1",
1564 "name": "TestSuite 2",
1568 "name": "TestSuite 3",
1592 "name": "TestSuite 4",
1615 "name": "TestSuite 5",
1632 'Platform 1/TestSuite 1': {
1650 'Platform 1/TestSuite 2': {
1661 'Platform 1/TestSuite 3': {
1685 'Platform 1/TestSuite 4': {
1717 'loading TestSuite 1...',
1718 'loading TestSuite 2...',
1719 'loading TestSuite 3...',
1720 'loading TestSuite 4...',
1879 ('good platform', 'dummy reason', [{'type': 'testsuite filter'}],
1901 testsuite = mock.Mock(integration_platforms=['good platform', 'a platform'])
1903 testsuite=testsuite,