Commit 79d99f5
committed
skip raspi deps/config if not on raspi platform
1 parent f7e1293 commit 79d99f5
4 files changed
Lines changed: 55 additions & 21 deletions
- .gitignore+1
- .version_information+1-1
- alembic/versions/0a251edfd975_adding_count_on_metadata_to_support_.py-29
- alembic/versions/96ee37627a48_adding_the_new_column_collection_id.py-1
- alembic/versions/9df8004ad9bb_migrate_python_test_legacy_suite_.py-1
- alembic/versions/e2c185af1226_pics_v2_support.py-1
- app/api/api_v1/endpoints/test_run_executions.py+75-113
- app/api/api_v1/sockets/web_sockets.py+42-3
- app/constants/websockets_constants.py+22
- app/container_manager/container_manager.py+8-4
- app/models/test_case_metadata.py-2
- app/socket_connection_manager.py+191-35
- app/test_engine/models/manual_test_case.py+47
- app/test_engine/models/test_case.py-1
- app/test_engine/test_collection_discovery.py+1-1
- app/test_engine/test_ui_observer.py-1
- app/tests/api/api_v1/test_test_run_executions.py+514-4
- app/tests/socket_connection_manager/test_socket_connection_manager.py+18-10
- app/tests/test_engine/test_ui_observer.py-1
- app/tests/user_prompts/test_options_select_user_prompts.py+3-3
- app/tests/user_prompts/test_text_input_user_prompts.py+3-3
- app/tests/version/test_read_test_harness_backend_version.py+74-54
- app/user_prompt_support/__init__.py+4
- app/user_prompt_support/prompt_request.py+26
- app/utils.py+6-16
- cspell.json+9-1
- scripts/log_display/install_log_display.sh-63
- scripts/log_display/start_log_display.sh-85
- scripts/log_display/stop_log_display.sh-27
- scripts/log_display/uninstall_log_display.sh-68
- test_collections/matter/__init__.py-1
- test_collections/matter/config.py+2-2
- test_collections/matter/scripts/update-sample-apps.sh+150-1
- test_collections/matter/sdk_tests/python_tests_ignore.txt+5
- test_collections/matter/sdk_tests/python_tests_include.txt+2
- test_collections/matter/sdk_tests/scripts/fetch_sdk_tests_and_runner.sh+35-11
- test_collections/matter/sdk_tests/support/constants.py+3-3
- test_collections/matter/sdk_tests/support/performance_tests/__init__.py-24
- test_collections/matter/sdk_tests/support/performance_tests/models/performance_tests_models.py-37
- test_collections/matter/sdk_tests/support/performance_tests/models/performance_tests_parser.py-237
- test_collections/matter/sdk_tests/support/performance_tests/models/test_case.py+2-3
- test_collections/matter/sdk_tests/support/performance_tests/models/test_declarations.py-69
- test_collections/matter/sdk_tests/support/performance_tests/models/test_suite.py-93
- test_collections/matter/sdk_tests/support/performance_tests/scripts/sdk/TC_COMMISSIONING_1_0.py+15-18
- test_collections/matter/sdk_tests/support/performance_tests/scripts/sdk/accessory_manager.py-50
- test_collections/matter/sdk_tests/support/performance_tests/scripts/sdk/simulated_accessory.py-63
- test_collections/matter/sdk_tests/support/python_testing/__init__.py+5
- test_collections/matter/sdk_tests/support/python_testing/list_python_tests_classes.py+350-58
- test_collections/matter/sdk_tests/support/python_testing/models/python_test_parser.py+53-55
- test_collections/matter/sdk_tests/support/python_testing/models/python_testing_hooks_proxy.py+39
- test_collections/matter/sdk_tests/support/python_testing/models/rpc_client/test_harness_client.py+177-26
- test_collections/matter/sdk_tests/support/python_testing/models/test_case.py+74-1
- test_collections/matter/sdk_tests/support/python_testing/models/test_suite.py+3-3
- test_collections/matter/sdk_tests/support/python_testing/models/utils.py+9-10
- test_collections/matter/sdk_tests/support/python_testing/sdk_python_tests.py+1
- test_collections/matter/sdk_tests/support/sdk_container.py-14
- test_collections/matter/sdk_tests/support/tests/python_tests/test_list_python_tests_classes.py+493
- test_collections/matter/sdk_tests/support/tests/test_sdk_container.py-2
- test_collections/matter/sdk_tests/support/yaml_tests/matter_yaml_runner.py+3-3
- test_collections/matter/sdk_tests/support/yaml_tests/models/chip_test.py+54-10
- test_collections/matter/sdk_tests/support/yaml_tests/models/test_case.py+4-2
- test_collections/matter/sdk_tests/support/yaml_tests/models/yaml_test_parser.py+4-2
- test_collections/matter/test_environment_config.py-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
26 | 36 | | |
27 | 37 | | |
28 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
70 | 76 | | |
71 | 77 | | |
72 | 78 | | |
73 | 79 | | |
74 | 80 | | |
75 | 81 | | |
76 | 82 | | |
77 | | - | |
78 | | - | |
79 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
80 | 93 | | |
81 | 94 | | |
82 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
0 commit comments