Sha256: 004505dfdde55efe43e32e23d3022cdd5084604a021363d9042e4f46a3263f9c
Contents?: true
Size: 642 Bytes
Versions: 5
Compression:
Stored size: 642 Bytes
Contents
#remote_dispatcher.yml --- name: Test the remote dispatcher (remote_dispatcher.yml) class: TestTSuite pool: true attributes: class: TestTRemoteCmd dispatcher: class: Tools::HostDispatcher hosts: [ { hostname: feydakins }, { hostname: constantinople } ] exit: 0 content: - name: Test a valid command (exit 0) command: exit 0 - name: Test input output command: md5sum input from file: all/text/1.txt output: "0f0b3e7f2159ca2e848c60f5c6bf32bd -\n" - name: Test a invalid command (exit 42) command: exit 42 weight: -1 - name: Test remote timeout command: sleep 42 timeout: 2 weight: -1
Version data entries
5 entries across 5 versions & 1 rubygems