From f4e16d3f4cb1e2a74ceee445d3b71687ed1be5ad Mon Sep 17 00:00:00 2001 From: Yasuhito Takamiya Date: Tue, 10 Feb 2015 08:32:43 +0900 Subject: [PATCH] Refactoring. --- features/switch_monitor.feature | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/features/switch_monitor.feature b/features/switch_monitor.feature index 190bf79..6c209cb 100644 --- a/features/switch_monitor.feature +++ b/features/switch_monitor.feature @@ -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 +