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