scenario.xml 512 B

12345678910111213141516
  1. <scenario>
  2. <at t="60.0">
  3. <tell module="lifecycleController" target="client" operation="NodeShutdownOperation"/>
  4. </at>
  5. <at t="70.0">
  6. <tell module="lifecycleController" target="client" operation="NodeStartOperation"/>
  7. </at>
  8. <at t="80.0">
  9. <tell module="lifecycleController" target="server" operation="NodeShutdownOperation"/>
  10. </at>
  11. <at t="90.0">
  12. <tell module="lifecycleController" target="server" operation="NodeStartOperation"/>
  13. </at>
  14. </scenario>