TestAttachDenied should create the pipe on a target machine in case of remote execution - use SBPlatform::Run to create/read/remove a pipe either on local or remote machine.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Please let me know if you have any suggestions here - otherwise will be submitting it soon.
test/functionalities/process_attach/attach_denied/TestAttachDenied.py | ||
---|---|---|
31 | We want to be able to run this test from Windows against remote targets that support cat/mkfifo/rm. We need a new test decorator skipIfWindowsTarget (meaning Windows host is okay). Doesn't need to be in this CL. |
test/functionalities/process_attach/attach_denied/TestAttachDenied.py | ||
---|---|---|
31 | OK, makes sense - let me get to this once I'll setup Windows station. |
We want to be able to run this test from Windows against remote targets that support cat/mkfifo/rm. We need a new test decorator skipIfWindowsTarget (meaning Windows host is okay). Doesn't need to be in this CL.