Sha256: 65d18aceb4753d23a7d78abee659f7f89b0c5f1e891aeff4e66ca0ef4e1eb6bf
Contents?: true
Size: 721 Bytes
Versions: 39
Compression:
Stored size: 721 Bytes
Contents
# Copyright (c) 2012 National ICT Australia Limited (NICTA). # This software may be used and distributed solely under the terms of the MIT license (License). # You should find a copy of the License in LICENSE.TXT or at http://opensource.org/licenses/MIT. # By downloading or using this software you accept the terms and the liability disclaimer in the License. # # Test 1 # # Testing one node in one group running one exec command for an already installed app # defProperty('res1', "unconfigured-node-1", "ID of a node") defGroup('Actor', property.res1) onEvent(:ALL_UP) do info "TEST - allGroups" allGroups.exec("/bin/date") info "TEST - group" group("Actor").exec("/bin/hostname -A") Experiment.done end
Version data entries
39 entries across 39 versions & 1 rubygems