-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python testing: Per node endpoint fixes (#34819)
* Change name of decorator * Add a force option for per endpoint tests * fix test * Add warning on force endpoint * Disallow --endpoint with automatic endpoint selection * Restyled by isort * merge conflict fix * Don't automatically override endpoint in MockRunner * Restyled by isort * Fix endpoint default on command line * Going the other way on this With the way the ATLs expect the test files currently, this is causing issues with submission. The ATLs aren't familiar with how to read these files and it's making cert challenging. Instead, we're going to gate or skip tests PER ENDPOINT such that the --endpoint flag can be set. This also (in theory) lets the tests run alongside other tests, where the --endpoint is specified. The auto-runner was too much, too soon. It's great for CI, but we don't have TH features to select these tests, nor ways to allow the file submission. Let's fall back to once per endpoint. It's still better, we're not relying on PICS. * Update comments. * Update all tests * more things * fix singleton test * Restyled by isort * fix var * Update src/python_testing/matter_testing_support.py Co-authored-by: Boris Zbarsky <[email protected]> * Restyled by isort * add endpoint flags --------- Co-authored-by: Restyled.io <[email protected]> Co-authored-by: Boris Zbarsky <[email protected]>
- Loading branch information
Showing
11 changed files
with
269 additions
and
205 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.