Sha256: 72a0ab3e0754acd0a2de22d099b4f8ba17f1e81aa6e26baa71f081cf449d767b
Contents?: true
Size: 519 Bytes
Versions: 5
Compression:
Stored size: 519 Bytes
Contents
#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
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ttk-0.1.576 | test/all/remote_cmd.yml |
ttk-0.2.1 | test/all/remote_cmd.yml |
ttk-0.1.580 | test/all/remote_cmd.yml |
ttk-0.1.579 | test/all/remote_cmd.yml |
ttk-0.2.0 | test/all/remote_cmd.yml |