Sha256: 1ad47b8eb0e56a5b465b01cae8ffb8f9cc46839dc0cdbbfc34ec9ccd0db9ea5c
Contents?: true
Size: 669 Bytes
Versions: 1
Compression:
Stored size: 669 Bytes
Contents
Feature: OpenFlow1.3 Background: Given I set the environment variables to: | variable | value | | TREMA_LOG_DIR | . | | TREMA_PID_DIR | . | | TREMA_SOCKET_DIR | . | @sudo Scenario: trema run with --openflow13 option Given a file named "null_controller.rb" with: """ class NullController < Trema::Controller; end """ And a file named "trema.conf" with: """ vswitch { datapath_id 0xabc } """ When I successfully run `trema -v run null_controller.rb --openflow13 -c trema.conf -d` And I run `sleep 5` Then the output should contain "protocols=OpenFlow13"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
trema-0.4.8 | features/open_flow13.feature |