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

Friendly functions for creating new fabrics and controllers #465

Open
cecille opened this issue Dec 18, 2024 · 1 comment
Open

Friendly functions for creating new fabrics and controllers #465

cecille opened this issue Dec 18, 2024 · 1 comment
Assignees

Comments

@cecille
Copy link
Contributor

cecille commented Dec 18, 2024

Tests commonly need to mint new fabrics and controllers. It's totally possible to do this, but it's a bit yucky. We should create some functions with friendly names to simplify this and make it more obvious what's going on

ie, something like "create_new_controller_on_new_fabric", "create_new_controller_on_existing_fabric"

Then we could move all the NewCertificateAuthority / NewFabricAdmin / NewController stuff over to use this.

include sensible defaults for vendor and fabric IDs.

j-ororke added a commit to j-ororke/connectedhomeip that referenced this issue Jan 9, 2025
- This is to help resolve task filed: project-chip/matter-test-scripts#465
- Created 2 friendly functions for establishing new controllers on new and existing fabrics
@j-ororke
Copy link

j-ororke commented Jan 9, 2025

Created new PR to help resolve above task: 37009

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants