| sample: | |
| name: pw_rpc sample | |
| tests: | |
| sample.pw_rpc: | |
| tags: pw_rpc | |
| platform_allow: native_posix | |
| timeout: 10 | |
| harness: console | |
| harness_config: | |
| type: multi_line | |
| ordered: true | |
| regex: | |
| - "(.*)Starting RPC demo(.*)" | |
| - "(.*)Service waiting for data(.*)" | |
| - "(.*)Starting pw_rpc service(.*)" | |
| - "(.*)Service got packet!(.*)" | |
| - "(.*)Client waiting for response(.*)" | |
| - "(.*)Reading bytes(.*)" | |
| - "(.*)Client got packet!(.*)" | |
| - "(.*)Received version #5(.*)" |