-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add python tests model classes (#19)
* Created model classes for SDK python tests * Added parser implementation to python test * Changed init from sdk_tests * Minor changes * Disable support to list python test cases * Reverted minor changes * Added Unit tests * Minor change * Fix merge conflict * Fix CI issues * Fix mypy and flake violations * Fix mypy and flake violations * Fix mypy and flake violations * Fixed unit tests * Add iniial code for Python Test runner * Fix code violation and add code to chip_tool for python runner * Fix code violation * Changes after code review * Removed unsued code * Few tweeks based on observation running end to end. * Created top level classes for test models * Fix code violation * Code changes after review * Code changes after code review * Putting back .version_information * Putting back .version_information * Fixed mypy violations * Removed unused imports * adding rpc client code and mounting new volumes on sdk container * Fixing sdk rpc file path * Code changed after code review * Update app/tests/python_tests/test_python_test_suite.py Co-authored-by: Carolina Lopes <[email protected]> * Code changes after review * Remove whitespace from a blank line * Add support for PICS in python tests * Update some unit tests * Get python test parameters from project config * Fix Unit tests * Updated unit tests * Removed unused test files * Code updated due to code review * Make PICS optional for python tests * Added SDKPythonTestResult class in order to handle the python test responses * Create SDKPythonTestResultBase and make subclass for each result * Make default attribute type set in SDKPythonTestResultBase subclasses --------- Co-authored-by: Gladyston Franca <[email protected]> Co-authored-by: Carolina Lopes <[email protected]> Co-authored-by: Carolina Lopes <[email protected]>
- Loading branch information
1 parent
550081c
commit c50f2d8
Showing
34 changed files
with
1,862 additions
and
201 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
Oops, something went wrong.