You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Proposal update for write_to_app_pipe for MatterBaseTest. Added parameter app-pid to function.
Added log info, added fail when app-pid is not present.
Updated doc string.
Naming fix
* Removed need to use self.matter_test_config.app_pid in the base class. Moved pid definition into derived class.
* Updated TC_SEAR test cases with new write_to_app_pipe from Matternase test
* Refactor for write_to_pipe-app on TC_OCC Test cases
* Refactor for write_to_pipe-app on TC_TVCCLEANM Test cases
* Refactor for write_to_pipe_app on TC_TVCOPSTATE
* Refactor for write_to_pipe_app on TC_RVCRUNM
* Missing test case to add.
* Refactored to use by default the args --app-pipe and --app-pid from the command line to build the app file to send the out of band command. Implemetation the same for CI and SSH
* Add ci-arg --app-pipe with pipe name. Removed self.pid and self.pipe_name to use the values from arguments while on CI
* Restyled by isort
* Opstate fixes. Uses the param implementation as I dont want to modify all this code.
* Added pattern to verify fifo file is correct.
* Revert "Added pattern to verify fifo file is correct."
This reverts commit 9e59ffd.
* Updated app_pipe to work as app_pipe_prefix. This is because the app_pipe will be the one that contains the full app pipe but in order to achieve this is required to define a well defined path for linux app to read.
* Updated file write. Using instead of replace. Removed inline imports.Updated docstring.
---------
Co-authored-by: Restyled.io <commits@restyled.io>
0 commit comments