Changes between Version 8 and Version 9 of IMInteroperability/GIMIInstaGENITestCase
- Timestamp:
- 05/10/13 14:48:39 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IMInteroperability/GIMIInstaGENITestCase
v8 v9 125 125 #dbhatabc is the hostname of my source node 126 126 #dbhatxyz is the hostname of my sink node 127 defProperty('source', " dbhatabc", "ID of a resource")128 defProperty('sink', " dbhatxyz", "ID of a resource")127 defProperty('source', "nodeA", "ID of a resource") 128 defProperty('sink', "nodeB", "ID of a resource") 129 129 defProperty('sinkaddr', "10.10.1.2", "Ping destination address") 130 130 defGroup('Source', property.source) do |node| … … 179 179 INFO property.sink: sink = "dbhatxyz" (String) 180 180 INFO property.sinkaddr: sinkaddr = "10.10.1.2" (String) 181 INFO Topology: Loading topology ' dbhatabc'.182 INFO Topology: Loading topology ' dbhatxyz'.181 INFO Topology: Loading topology 'nodeA'. 182 INFO Topology: Loading topology 'nodeB'. 183 183 INFO Experiment: Switching ON resources which are OFF 184 184 INFO ALL_UP_AND_INSTALLED: Event triggered. Starting the associated tasks.