features/open_flow10/enqueue.feature in pio-0.30.0 vs features/open_flow10/enqueue.feature in pio-0.30.1
- old
+ new
@@ -1,14 +1,13 @@
@open_flow10
-Feature: Pio::OpenFlow10::Enqueue
+Feature: Enqueue
Scenario: new(port: 1, queue_id: 2)
- When I try to create an OpenFlow action with:
+ When I create an OpenFlow action with:
"""
Pio::OpenFlow10::Enqueue.new(port: 1, queue_id: 2)
"""
- Then it should finish successfully
- And the action has the following fields and values:
+ Then the action has the following fields and values:
| field | value |
| action_type | 11 |
| action_length | 16 |
| port | 1 |
| queue_id | 2 |