Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test support/helpers for CHIP #1268

Closed
andy31415 opened this issue Jun 25, 2020 · 2 comments
Closed

Add test support/helpers for CHIP #1268

andy31415 opened this issue Jun 25, 2020 · 2 comments
Labels
p1 priority 1 work stale Stale issue or PR testing V1.0
Milestone

Comments

@andy31415
Copy link
Contributor

Problem

Common test infrastructure is required specific for chip. Things like:

  • I/O loop and timeouts
  • Port selection if applicable, potential integration with a test framework (like happy) once we have integration/functional tests
  • remove repetitive code for setup/bootstrapping, drivers, qemu integration. Worst case a 'boilerplate generator'

Proposed Solution

Start implementing shared infrastructure. #1237 calls for a better sharing of IO loop so we do not cross unrelated /test boundaries. That is a start and we can do more.

@woody-apple woody-apple added this to the V1.0 milestone Jun 30, 2020
@andy31415 andy31415 reopened this Aug 7, 2020
@woody-apple woody-apple added the p1 priority 1 work label Oct 21, 2020
@woody-apple woody-apple added V1.0 and removed V0.7 labels Nov 5, 2020
@stale
Copy link

stale bot commented Nov 6, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the stale Stale issue or PR label Nov 6, 2021
@stale
Copy link

stale bot commented Nov 13, 2021

This stale issue has been automatically closed. Thank you for your contributions.

@stale stale bot closed this as completed Nov 13, 2021
jmartinez-silabs pushed a commit to SiliconLabs/matter that referenced this issue Oct 25, 2023
…w level output api project-chip#29863"

Merge in WMN_TOOLS/matter from cherry-pick/restructuring_low_level_output_api to RC_2.2.0-1.2

Squashed commit of the following:

commit f5476d06839cb92619c101178fb81a4c3b112593
Author: Thirupathi S <[email protected]>
Date:   Thu Oct 19 22:48:19 2023 +0530

    [Silabs]restructuring low level output api (project-chip#29863)

    * restructuring low level output api

    * Restyled by clang-format

    ---------

    Co-authored-by: Restyled.io <[email protected]>
mkardous-silabs pushed a commit to mkardous-silabs/connectedhomeip that referenced this issue Jan 29, 2024
…w level output api project-chip#29863"

Merge in WMN_TOOLS/matter from cherry-pick/restructuring_low_level_output_api to RC_2.2.0-1.2

Squashed commit of the following:

commit f5476d06839cb92619c101178fb81a4c3b112593
Author: Thirupathi S <[email protected]>
Date:   Thu Oct 19 22:48:19 2023 +0530

    [Silabs]restructuring low level output api (project-chip#29863)

    * restructuring low level output api

    * Restyled by clang-format

    ---------

    Co-authored-by: Restyled.io <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p1 priority 1 work stale Stale issue or PR testing V1.0
Projects
None yet
Development

No branches or pull requests

2 participants