features/example.message.features_request.feature in trema-0.2.5 vs features/example.message.features_request.feature in trema-0.2.6
- old
+ new
@@ -2,18 +2,18 @@
As a Trema user
I want to send a features request message to openflow switches
So that I can get the list of switch features
-
- Scenario: Send a features request
+ @wip
+ Scenario: Send a features request
When I try trema run "./objects/examples/openflow_message/features_request" with following configuration (backgrounded):
"""
vswitch( "features_request" ) { datapath_id "0xabc" }
"""
And wait until "features_request" is up
- And I terminated all trema services
+ And I run `trema killall`
Then the output should include:
"""
datapath_id: 0xabc
n_buffers: 256
n_tables: 1
@@ -42,16 +42,17 @@
advertised = 0
supported = 0
peer = 0
"""
- Scenario: Send a features request in Ruby
+ @wip
+ Scenario: Send a features request in Ruby
When I try trema run "./src/examples/openflow_message/features-request.rb" with following configuration (backgrounded):
"""
vswitch( "features-request" ) { datapath_id "0xabc" }
"""
And wait until "FeaturesRequestController" is up
- And I terminated all trema services
+ And I run `trema killall`
Then the output should include:
"""
datapath_id: 0xabc
n_buffers: 256
n_tables: 1