Sha256: 8a636fe6485cced6a623bad598f2b32b277f47e307fbe97264fc89506c6bedb1

Contents?: true

Size: 950 Bytes

Versions: 30

Compression:

Stored size: 950 Bytes

Contents

Feature: "Vendor Action" sample application

  In order to learn how to send Vendor Action
  As a developer using Trema
  I want to execute "Vendor Action" sample application

  Background:
    Given a file named "vendor_action.conf" with:
      """
      vswitch( "vendor_action" ) { datapath_id "0xabc" }
      """

  @slow_process
  Scenario: Run "Packet In" C example
  Given I run `trema run ../../objects/examples/openflow_message/vendor_action -c vendor_action.conf -d`
   And wait until "vendor_action" is up
  Then the file "../../tmp/log/openflowd.vendor_action.log" should contain "actions=note:54.72.65.6d.61.00"

  @slow_process
  Scenario: Run "Packet In" Ruby example
  Given I run `trema run ../../src/examples/openflow_message/vendor-action.rb -c vendor_action.conf -d`
   And wait until "VendorActionSampleController" is up
  Then the file "../../tmp/log/openflowd.vendor_action.log" should contain "actions=note:54.72.65.6d.61.00"

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
trema-0.4.4 features/examples/message.vendor-action.feature
trema-0.4.3 features/examples/message.vendor-action.feature
trema-0.4.2 features/examples/message.vendor-action.feature
trema-0.4.1 features/examples/message.vendor-action.feature
trema-0.4.0 features/examples/message.vendor-action.feature
trema-0.3.21 features/examples/message.vendor-action.feature
trema-0.3.20 features/examples/message.vendor-action.feature
trema-0.3.19 features/examples/message.vendor-action.feature
trema-0.3.18 features/examples/message.vendor-action.feature
trema-0.3.17 features/examples/message.vendor-action.feature
trema-0.3.16 features/examples/message.vendor-action.feature
trema-0.3.15 features/examples/message.vendor-action.feature
trema-0.3.14 features/examples/message.vendor-action.feature
trema-0.3.13 features/examples/message.vendor-action.feature
trema-0.3.12 features/examples/message.vendor-action.feature
trema-0.3.11 features/examples/message.vendor-action.feature
trema-0.3.10 features/examples/message.vendor-action.feature
trema-0.3.9 features/examples/message.vendor-action.feature
trema-0.3.8 features/examples/message.vendor-action.feature
trema-0.3.7 features/examples/message.vendor-action.feature