#remote_cmd.yml --- name: Test a remote command (remote_cmd.yml) class: TestTSuite attributes: class: TestTRemoteCmd hostname: localhost exit: 0 content: - name: Test a valid command (exit 0) command: exit 0 - name: Test a invalid command (exit 42) command: exit 42 weight: -1 - name: Test input output command: md5 < '%i' input from file: all/text/1.txt output: "0f0b3e7f2159ca2e848c60f5c6bf32bd\n" - name: Test remote timeout command: sleep 42 timeout: 2 weight: -1