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