changeRoute.xml 503 B

1234567891011121314
  1. <scenario>
  2. <at t="5">
  3. <tell module="lifecycleController" target="router1" operation="NodeShutdownOperation"/>
  4. </at>
  5. <at t="10">
  6. <tell module="lifecycleController" target="router1" operation="NodeStartOperation"/>
  7. </at>
  8. <at t="15">
  9. <tell module="lifecycleController" target="router3" operation="NodeShutdownOperation"/>
  10. </at>
  11. <at t="20">
  12. <tell module="lifecycleController" target="router3" operation="NodeStartOperation"/>
  13. </at>
  14. </scenario>