Skip to content

Commit

Permalink
Merge tag '0.1.0' into develop
Browse files Browse the repository at this point in the history
0.1.0
  • Loading branch information
yasuhito committed Feb 9, 2015
2 parents 1dffb0c + 292d2a4 commit 66f9e2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion features/switch_monitor.feature
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ Feature: Switch Monitor example
And the file "SwitchMonitor.log" should contain "Switch 0x3 is UP"
When I successfully run `trema kill 0x2`
Then the file "SwitchMonitor.log" should contain "Switch 0x2 is DOWN"
Then a file named "open_vswitch.0x2.pid" should not exist
When I successfully run `trema up 0x2`
Then the file "SwitchMonitor.log" should contain "Switch 0x2 is UP"
Then a file named "open_vswitch.0x2.pid" should exist

0 comments on commit 66f9e2f

Please sign in to comment.