spec/trema/shell/vswitch_spec.rb in trema-0.4.5 vs spec/trema/shell/vswitch_spec.rb in trema-0.4.6
- old
+ new
@@ -39,10 +39,10 @@
end
context "executed within a shell" do
before {
- $config = mock( "config", :port => 6633 )
+ $config = mock( "config", :port => 6653 )
$context = mock( "context", :dump => true )
}
after { Trema::OpenflowSwitch[ "0xabc" ].shutdown! if Trema::OpenflowSwitch[ "0xabc" ] }