pio 0.30.0 → 0.30.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/README.md +6 -53
- data/Rakefile +8 -6
- data/features/{arp.feature → arp/arp.feature} +14 -30
- data/features/arp/arp_reply.feature +69 -0
- data/features/arp/arp_request.feature +67 -0
- data/features/dhcp.feature +157 -162
- data/features/ethernet_header.feature +149 -0
- data/features/icmp/icmp.feature +47 -0
- data/features/icmp/icmp_reply.feature +93 -0
- data/features/icmp/icmp_request.feature +89 -0
- data/features/ipv4_header.feature +89 -0
- data/features/lldp.feature +5 -8
- data/features/open_flow/header.feature +13 -0
- data/features/open_flow/nicira_resubmit.feature +4 -22
- data/features/open_flow/nicira_resubmit_table.feature +6 -16
- data/features/open_flow10/aggregate_stats_reply.feature +5 -7
- data/features/open_flow10/aggregate_stats_request.feature +12 -14
- data/features/open_flow10/bad_request.feature +7 -24
- data/features/open_flow10/barrier_reply.feature +14 -25
- data/features/open_flow10/barrier_request.feature +12 -25
- data/features/open_flow10/description_stats_reply.feature +9 -7
- data/features/open_flow10/description_stats_request.feature +12 -25
- data/features/open_flow10/echo_reply.feature +14 -35
- data/features/open_flow10/echo_request.feature +16 -39
- data/features/open_flow10/enqueue.feature +3 -4
- data/features/open_flow10/exact_match.feature +5 -5
- data/features/open_flow10/features_reply.feature +28 -73
- data/features/open_flow10/features_request.feature +10 -28
- data/features/open_flow10/flow_mod.feature +4 -188
- data/features/open_flow10/flow_removed.feature +28 -30
- data/features/open_flow10/flow_stats_reply.feature +5 -89
- data/features/open_flow10/flow_stats_request.feature +12 -42
- data/features/open_flow10/hello.feature +10 -32
- data/features/open_flow10/hello_failed.feature +7 -57
- data/features/open_flow10/packet_in.feature +130 -49
- data/features/open_flow10/packet_out.feature +29 -18
- data/features/open_flow10/port_stats_request.feature +8 -29
- data/features/open_flow10/port_status.feature +22 -21
- data/features/open_flow10/queue_stats_request.feature +12 -30
- data/features/open_flow10/send_out_port.feature +17 -25
- data/features/open_flow10/set_destination_mac_address.feature +3 -4
- data/features/open_flow10/set_ip_destination_address.feature +3 -4
- data/features/open_flow10/set_source_ip_address.feature +3 -4
- data/features/open_flow10/set_source_mac_address.feature +3 -4
- data/features/open_flow10/set_tos.feature +3 -4
- data/features/open_flow10/set_transport_destination_port.feature +3 -4
- data/features/open_flow10/set_transport_source_port.feature +3 -4
- data/features/open_flow10/set_vlan_priority.feature +3 -4
- data/features/open_flow10/set_vlan_vid.feature +3 -4
- data/features/open_flow10/strip_vlan_header.feature +3 -4
- data/features/open_flow10/table_stats_request.feature +11 -13
- data/features/open_flow10/vendor_action.feature +4 -5
- data/features/open_flow13/apply_actions.feature +15 -18
- data/features/open_flow13/bad_request.feature +7 -13
- data/features/open_flow13/copy_ttl_inwards.feature +13 -0
- data/features/open_flow13/copy_ttl_outwards.feature +13 -0
- data/features/open_flow13/decrement_ip_ttl.feature +11 -0
- data/features/open_flow13/echo_reply.feature +16 -42
- data/features/open_flow13/echo_request.feature +16 -42
- data/features/open_flow13/features_reply.feature +4 -25
- data/features/open_flow13/features_request.feature +7 -36
- data/features/open_flow13/flow_mod.feature +16 -76
- data/features/open_flow13/goto_table.feature +18 -20
- data/features/open_flow13/hello.feature +7 -37
- data/features/open_flow13/hello_failed.feature +7 -30
- data/features/open_flow13/match.feature +239 -248
- data/features/open_flow13/meter.feature +18 -20
- data/features/open_flow13/nicira_conjunction.feature +15 -0
- data/features/open_flow13/nicira_reg_load.feature +27 -42
- data/features/open_flow13/nicira_reg_move.feature +41 -35
- data/features/open_flow13/nicira_send_out_port.feature +21 -13
- data/features/open_flow13/nicira_stack_pop.feature +26 -0
- data/features/open_flow13/nicira_stack_push.feature +26 -0
- data/features/open_flow13/packet_in.feature +7 -34
- data/features/open_flow13/packet_out.feature +7 -45
- data/features/open_flow13/send_out_port.feature +19 -28
- data/features/open_flow13/set_arp_operation.feature +4 -5
- data/features/open_flow13/set_arp_sender_hardware_address.feature +3 -4
- data/features/open_flow13/set_arp_sender_protocol_address.feature +3 -4
- data/features/open_flow13/set_destination_mac_address.feature +3 -4
- data/features/open_flow13/set_ip_ttl.feature +12 -0
- data/features/open_flow13/set_metadata.feature +3 -4
- data/features/open_flow13/set_source_mac_address.feature +3 -4
- data/features/open_flow13/stats_request.feature +4 -7
- data/features/open_flow13/write_metadata.feature +20 -22
- data/features/open_flow_read.feature +24 -5
- data/features/open_flow_version.feature +1 -1
- data/features/parser.feature +8 -9
- data/features/step_definitions/Gemfile +2 -0
- data/features/step_definitions/Guardfile +2 -0
- data/features/step_definitions/Rakefile +2 -0
- data/features/step_definitions/dump_flows_steps.rb +2 -0
- data/features/step_definitions/open_flow_steps.rb +13 -16
- data/features/step_definitions/packet_data_steps.rb +19 -33
- data/features/step_definitions/rest_api_steps.rb +2 -0
- data/features/step_definitions/ruby_steps.rb +9 -0
- data/features/step_definitions/show_stats_steps.rb +5 -3
- data/features/step_definitions/trema_steps.rb +2 -0
- data/features/step_definitions/virtual_link_steps.rb +2 -0
- data/features/support/env.rb +2 -2
- data/features/support/hooks.rb +4 -2
- data/features/udp.feature +26 -27
- data/lib/pio/arp/format.rb +5 -7
- data/lib/pio/arp/message.rb +10 -4
- data/lib/pio/arp/reply.rb +11 -32
- data/lib/pio/arp/request.rb +11 -33
- data/lib/pio/arp.rb +11 -6
- data/lib/pio/class_inspector.rb +20 -0
- data/lib/pio/dhcp/ack.rb +2 -0
- data/lib/pio/dhcp/boot_reply.rb +2 -0
- data/lib/pio/dhcp/boot_reply_options.rb +2 -0
- data/lib/pio/dhcp/boot_request.rb +2 -0
- data/lib/pio/dhcp/boot_request_options.rb +2 -0
- data/lib/pio/dhcp/client_id.rb +2 -0
- data/lib/pio/dhcp/common_options.rb +2 -0
- data/lib/pio/dhcp/dhcp_field.rb +2 -0
- data/lib/pio/dhcp/dhcp_tlv_options.rb +30 -20
- data/lib/pio/dhcp/discover.rb +2 -0
- data/lib/pio/dhcp/field_util.rb +3 -1
- data/lib/pio/dhcp/frame.rb +6 -4
- data/lib/pio/dhcp/message.rb +2 -0
- data/lib/pio/dhcp/offer.rb +2 -0
- data/lib/pio/dhcp/optional_tlv.rb +4 -2
- data/lib/pio/dhcp/parameter_list.rb +2 -0
- data/lib/pio/dhcp/request.rb +2 -0
- data/lib/pio/dhcp.rb +4 -2
- data/lib/pio/ethernet_frame.rb +22 -0
- data/lib/pio/ethernet_header.rb +37 -13
- data/lib/pio/icmp/format.rb +21 -22
- data/lib/pio/icmp/message.rb +20 -4
- data/lib/pio/icmp/reply.rb +10 -34
- data/lib/pio/icmp/request.rb +10 -43
- data/lib/pio/icmp.rb +10 -5
- data/lib/pio/instance_inspector.rb +16 -0
- data/lib/pio/ipv4_address.rb +13 -11
- data/lib/pio/ipv4_header.rb +26 -2
- data/lib/pio/lldp/chassis_id_tlv.rb +2 -0
- data/lib/pio/lldp/end_of_lldpdu_value.rb +2 -0
- data/lib/pio/lldp/frame.rb +4 -2
- data/lib/pio/lldp/management_address_value.rb +2 -0
- data/lib/pio/lldp/optional_tlv.rb +4 -2
- data/lib/pio/lldp/options.rb +4 -2
- data/lib/pio/lldp/organizationally_specific_value.rb +2 -0
- data/lib/pio/lldp/port_description_value.rb +2 -0
- data/lib/pio/lldp/port_id_tlv.rb +2 -0
- data/lib/pio/lldp/system_capabilities_value.rb +2 -0
- data/lib/pio/lldp/system_description_value.rb +2 -0
- data/lib/pio/lldp/system_name_value.rb +2 -0
- data/lib/pio/lldp/ttl_tlv.rb +2 -0
- data/lib/pio/lldp.rb +2 -0
- data/lib/pio/mac.rb +9 -3
- data/lib/pio/message.rb +52 -0
- data/lib/pio/message_type_selector.rb +2 -0
- data/lib/pio/monkey_patch/bindata_record.rb +8 -0
- data/lib/pio/monkey_patch/bindata_string.rb +12 -0
- data/lib/pio/monkey_patch/integer/base_conversions.rb +3 -1
- data/lib/pio/monkey_patch/integer/ranges.rb +2 -0
- data/lib/pio/monkey_patch/integer.rb +2 -0
- data/lib/pio/monkey_patch/uint/base_conversions.rb +16 -0
- data/lib/pio/monkey_patch/uint.rb +11 -0
- data/lib/pio/open_flow/action.rb +10 -4
- data/lib/pio/open_flow/buffer_id.rb +21 -0
- data/lib/pio/open_flow/datapath_id.rb +5 -3
- data/lib/pio/open_flow/error_message.rb +34 -0
- data/lib/pio/open_flow/flags.rb +17 -6
- data/lib/pio/open_flow/flow_match.rb +12 -0
- data/lib/pio/open_flow/header.rb +28 -0
- data/lib/pio/open_flow/hello_failed_code.rb +3 -1
- data/lib/pio/open_flow/instruction.rb +12 -0
- data/lib/pio/open_flow/message.rb +51 -14
- data/lib/pio/open_flow/nicira_action.rb +2 -0
- data/lib/pio/open_flow/nicira_resubmit.rb +15 -11
- data/lib/pio/open_flow/nicira_resubmit_table.rb +19 -10
- data/lib/pio/open_flow/parser.rb +21 -0
- data/lib/pio/open_flow/port.rb +4 -2
- data/lib/pio/open_flow/transaction_id.rb +4 -2
- data/lib/pio/open_flow/version.rb +24 -0
- data/lib/pio/open_flow.rb +40 -52
- data/lib/pio/open_flow10/actions.rb +18 -16
- data/lib/pio/open_flow10/aggregate_stats/reply.rb +4 -1
- data/lib/pio/open_flow10/aggregate_stats/request.rb +3 -3
- data/lib/pio/open_flow10/barrier/reply.rb +3 -1
- data/lib/pio/open_flow10/barrier/request.rb +3 -1
- data/lib/pio/open_flow10/description_stats/reply.rb +3 -1
- data/lib/pio/open_flow10/description_stats/request.rb +3 -3
- data/lib/pio/open_flow10/echo/reply.rb +5 -3
- data/lib/pio/open_flow10/echo/request.rb +5 -3
- data/lib/pio/open_flow10/enqueue.rb +5 -3
- data/lib/pio/open_flow10/error/bad_request/bad_request_code.rb +37 -0
- data/lib/pio/open_flow10/error/bad_request.rb +7 -29
- data/lib/pio/open_flow10/error/error_type10.rb +3 -1
- data/lib/pio/open_flow10/error/hello_failed.rb +8 -4
- data/lib/pio/open_flow10/error.rb +5 -13
- data/lib/pio/open_flow10/exact_match.rb +14 -10
- data/lib/pio/open_flow10/features/reply.rb +35 -48
- data/lib/pio/open_flow10/features/request.rb +3 -4
- data/lib/pio/open_flow10/features.rb +2 -0
- data/lib/pio/open_flow10/flow_mod/command.rb +30 -0
- data/lib/pio/open_flow10/flow_mod.rb +10 -33
- data/lib/pio/open_flow10/flow_removed/reason.rb +24 -0
- data/lib/pio/open_flow10/flow_removed.rb +4 -17
- data/lib/pio/open_flow10/flow_stats/reply.rb +5 -4
- data/lib/pio/open_flow10/flow_stats/request.rb +3 -3
- data/lib/pio/open_flow10/hello.rb +3 -4
- data/lib/pio/open_flow10/match.rb +16 -13
- data/lib/pio/open_flow10/match10.rb +2 -0
- data/lib/pio/open_flow10/packet_in/reason.rb +27 -0
- data/lib/pio/open_flow10/packet_in.rb +34 -28
- data/lib/pio/open_flow10/packet_out.rb +7 -6
- data/lib/pio/open_flow10/phy_port16.rb +41 -61
- data/lib/pio/open_flow10/port16.rb +2 -0
- data/lib/pio/open_flow10/port_stats/request.rb +3 -3
- data/lib/pio/open_flow10/port_status/reason.rb +23 -0
- data/lib/pio/open_flow10/port_status.rb +25 -30
- data/lib/pio/open_flow10/queue_stats/request.rb +3 -3
- data/lib/pio/open_flow10/send_out_port.rb +4 -2
- data/lib/pio/open_flow10/set_destination_ip_address.rb +2 -0
- data/lib/pio/open_flow10/set_destination_mac_address.rb +2 -0
- data/lib/pio/open_flow10/set_source_ip_address.rb +2 -0
- data/lib/pio/open_flow10/set_source_mac_address.rb +2 -0
- data/lib/pio/open_flow10/set_tos.rb +4 -2
- data/lib/pio/open_flow10/set_transport_port.rb +6 -2
- data/lib/pio/open_flow10/set_vlan_priority.rb +3 -1
- data/lib/pio/open_flow10/set_vlan_vid.rb +3 -1
- data/lib/pio/open_flow10/stats_reply.rb +9 -10
- data/lib/pio/open_flow10/stats_request.rb +18 -15
- data/lib/pio/open_flow10/stats_type.rb +3 -1
- data/lib/pio/open_flow10/strip_vlan_header.rb +2 -0
- data/lib/pio/open_flow10/table_stats/request.rb +3 -3
- data/lib/pio/open_flow10/vendor_action.rb +24 -20
- data/lib/pio/open_flow10.rb +2 -0
- data/lib/pio/open_flow13/actions.rb +36 -32
- data/lib/pio/open_flow13/apply.rb +27 -22
- data/lib/pio/open_flow13/copy_ttl_inwards.rb +17 -0
- data/lib/pio/open_flow13/copy_ttl_outwards.rb +17 -0
- data/lib/pio/open_flow13/decrement_ip_ttl.rb +17 -0
- data/lib/pio/open_flow13/echo/reply.rb +5 -3
- data/lib/pio/open_flow13/echo/request.rb +5 -3
- data/lib/pio/open_flow13/error/bad_request.rb +6 -3
- data/lib/pio/open_flow13/error/error_type13.rb +3 -1
- data/lib/pio/open_flow13/error/hello_failed.rb +5 -2
- data/lib/pio/open_flow13/error.rb +9 -18
- data/lib/pio/open_flow13/features/reply.rb +15 -20
- data/lib/pio/open_flow13/features/request.rb +3 -1
- data/lib/pio/open_flow13/flow_mod.rb +16 -19
- data/lib/pio/open_flow13/goto_table.rb +28 -24
- data/lib/pio/open_flow13/hello.rb +5 -4
- data/lib/pio/open_flow13/match.rb +187 -21
- data/lib/pio/open_flow13/meter.rb +25 -20
- data/lib/pio/open_flow13/nicira_conjunction.rb +28 -0
- data/lib/pio/open_flow13/nicira_reg_load.rb +46 -24
- data/lib/pio/open_flow13/nicira_reg_move.rb +79 -35
- data/lib/pio/open_flow13/nicira_send_out_port.rb +39 -21
- data/lib/pio/open_flow13/nicira_stack_pop.rb +51 -0
- data/lib/pio/open_flow13/nicira_stack_push.rb +51 -0
- data/lib/pio/open_flow13/packet_in.rb +13 -8
- data/lib/pio/open_flow13/packet_out.rb +11 -8
- data/lib/pio/open_flow13/port32.rb +2 -0
- data/lib/pio/open_flow13/send_out_port.rb +2 -0
- data/lib/pio/open_flow13/set_arp_operation.rb +2 -0
- data/lib/pio/open_flow13/set_arp_sender_hardware_address.rb +2 -0
- data/lib/pio/open_flow13/set_arp_sender_protocol_address.rb +2 -0
- data/lib/pio/open_flow13/set_destination_mac_address.rb +2 -0
- data/lib/pio/open_flow13/set_ip_ttl.rb +18 -0
- data/lib/pio/open_flow13/set_metadata.rb +2 -0
- data/lib/pio/open_flow13/set_source_mac_address.rb +2 -0
- data/lib/pio/open_flow13/stats_request.rb +10 -10
- data/lib/pio/open_flow13/write_metadata.rb +42 -38
- data/lib/pio/open_flow13.rb +9 -0
- data/lib/pio/options.rb +10 -3
- data/lib/pio/parse_error.rb +2 -0
- data/lib/pio/parser.rb +9 -16
- data/lib/pio/payload.rb +2 -0
- data/lib/pio/pcap.rb +2 -0
- data/lib/pio/ruby_dumper.rb +71 -0
- data/lib/pio/type/ether_type.rb +33 -0
- data/lib/pio/type/ip_address.rb +10 -0
- data/lib/pio/type/ipv6_address.rb +2 -0
- data/lib/pio/type/mac_address.rb +12 -0
- data/lib/pio/udp.rb +5 -3
- data/lib/pio/udp_header.rb +3 -1
- data/lib/pio/version.rb +3 -1
- data/lib/pio.rb +3 -1
- data/pio.gemspec +7 -38
- data/spec/pio/arp/reply_spec.rb +2 -4
- data/spec/pio/arp/request_spec.rb +2 -4
- data/spec/pio/arp_spec.rb +2 -4
- data/spec/pio/dhcp/ack_spec.rb +2 -0
- data/spec/pio/dhcp/discover_spec.rb +2 -0
- data/spec/pio/dhcp/offer_spec.rb +2 -0
- data/spec/pio/dhcp/request_spec.rb +2 -0
- data/spec/pio/dhcp_spec.rb +2 -0
- data/spec/pio/icmp/reply_spec.rb +6 -8
- data/spec/pio/icmp/request_spec.rb +8 -10
- data/spec/pio/icmp_spec.rb +10 -12
- data/spec/pio/ipv4_address_spec.rb +2 -0
- data/spec/pio/lldp/options_spec.rb +2 -0
- data/spec/pio/mac_spec.rb +2 -0
- data/spec/pio/monkey_patch/integer_spec.rb +25 -0
- data/spec/pio/open_flow/nicira_resubmit_spec.rb +21 -0
- data/spec/pio/open_flow/nicira_resubmit_table_spec.rb +22 -0
- data/spec/pio/open_flow10/echo/reply_spec.rb +2 -0
- data/spec/pio/open_flow10/echo/request_spec.rb +2 -0
- data/spec/pio/open_flow10/enqueue_spec.rb +2 -0
- data/spec/pio/open_flow10/error/hello_failed_spec.rb +4 -2
- data/spec/pio/open_flow10/features/reply_spec.rb +2 -0
- data/spec/pio/open_flow10/features/request_spec.rb +2 -0
- data/spec/pio/open_flow10/flow_mod_spec.rb +53 -51
- data/spec/pio/open_flow10/flow_stats_reply_spec.rb +2 -0
- data/spec/pio/open_flow10/flow_stats_request_spec.rb +10 -8
- data/spec/pio/open_flow10/hello_spec.rb +2 -2
- data/spec/pio/open_flow10/match_spec.rb +106 -104
- data/spec/pio/open_flow10/packet_in_spec.rb +2 -0
- data/spec/pio/open_flow10/packet_out_spec.rb +2 -349
- data/spec/pio/open_flow10/phy_port16_spec.rb +9 -7
- data/spec/pio/open_flow10/send_out_port_spec.rb +2 -0
- data/spec/pio/open_flow10/set_destination_ip_address_spec.rb +2 -0
- data/spec/pio/open_flow10/set_destination_mac_address_spec.rb +2 -0
- data/spec/pio/open_flow10/set_source_ip_address_spec.rb +2 -0
- data/spec/pio/open_flow10/set_source_mac_address_spec.rb +2 -0
- data/spec/pio/open_flow10/set_tos_spec.rb +2 -0
- data/spec/pio/open_flow10/set_transport_destination_port_spec.rb +2 -0
- data/spec/pio/open_flow10/set_transport_source_port_spec.rb +2 -0
- data/spec/pio/open_flow10/set_vlan_priority_spec.rb +2 -0
- data/spec/pio/open_flow10/set_vlan_vid_spec.rb +2 -0
- data/spec/pio/open_flow10/strip_vlan_header_spec.rb +2 -0
- data/spec/pio/open_flow10/wildcards_spec.rb +2 -0
- data/spec/pio/open_flow13/echo_reply_spec.rb +2 -0
- data/spec/pio/open_flow13/echo_request_spec.rb +2 -0
- data/spec/pio/open_flow13/error/bad_request_spec.rb +2 -0
- data/spec/pio/open_flow13/error/hello_failed_spec.rb +4 -2
- data/spec/pio/open_flow13/features/reply_spec.rb +2 -0
- data/spec/pio/open_flow13/features/request_spec.rb +2 -0
- data/spec/pio/open_flow13/goto_table_spec.rb +4 -2
- data/spec/pio/open_flow13/hello_spec.rb +18 -16
- data/spec/pio/open_flow13/match_spec.rb +31 -29
- data/spec/pio/open_flow13/meter_spec.rb +4 -2
- data/spec/pio/open_flow13/nicira_reg_load_spec.rb +73 -0
- data/spec/pio/open_flow13/nicira_reg_move_spec.rb +42 -0
- data/spec/pio/open_flow13/nicira_send_out_port_spec.rb +31 -0
- data/spec/pio/open_flow13/packet_in_spec.rb +2 -0
- data/spec/pio/open_flow13/packet_out_spec.rb +2 -0
- data/spec/pio/open_flow13/write_metadata_spec.rb +5 -3
- data/spec/pio/open_flow_spec.rb +8 -6
- data/spec/spec_helper.rb +1 -12
- data/spec/support/shared_examples_for_openflow_messages.rb +7 -13
- metadata +83 -683
- data/LICENSE +0 -674
- data/bin/_guard-core +0 -16
- data/bin/byebug +0 -16
- data/bin/cc-tddium-post-worker +0 -16
- data/bin/cdiff +0 -16
- data/bin/coderay +0 -16
- data/bin/colortab +0 -16
- data/bin/coveralls +0 -16
- data/bin/cucumber +0 -16
- data/bin/decolor +0 -16
- data/bin/flay +0 -16
- data/bin/flog +0 -16
- data/bin/guard +0 -16
- data/bin/htmldiff +0 -16
- data/bin/inch +0 -16
- data/bin/ldiff +0 -16
- data/bin/listen +0 -16
- data/bin/minitar +0 -16
- data/bin/pry +0 -16
- data/bin/rake +0 -16
- data/bin/reek +0 -16
- data/bin/relish +0 -16
- data/bin/restclient +0 -16
- data/bin/rspec +0 -16
- data/bin/rubocop +0 -16
- data/bin/ruby-parse +0 -16
- data/bin/ruby-rewrite +0 -16
- data/bin/ruby_parse +0 -16
- data/bin/ruby_parse_extract_error +0 -16
- data/bin/sparkr +0 -16
- data/bin/term_display +0 -16
- data/bin/term_mandel +0 -16
- data/bin/terminal-notifier +0 -16
- data/bin/thor +0 -16
- data/bin/unparser +0 -16
- data/bin/yard +0 -16
- data/bin/yardoc +0 -16
- data/bin/yri +0 -16
- data/features/arp-storm.pcap +0 -0
- data/features/arp.pcap +0 -0
- data/features/dhcp.pcap +0 -0
- data/features/icmp.feature +0 -130
- data/features/icmp.pcap +0 -0
- data/features/icmpv6.pcap +0 -0
- data/features/lldp.detailed.pcap +0 -0
- data/features/lldp.minimal.pcap +0 -0
- data/features/open_flow10/aggregate_stats_reply.raw +0 -0
- data/features/open_flow10/aggregate_stats_request.raw +0 -0
- data/features/open_flow10/bad_request.raw +0 -0
- data/features/open_flow10/barrier_reply.raw +0 -0
- data/features/open_flow10/barrier_request.raw +0 -0
- data/features/open_flow10/description_stats_reply.raw +0 -0
- data/features/open_flow10/description_stats_request.raw +0 -0
- data/features/open_flow10/echo_reply.raw +0 -0
- data/features/open_flow10/echo_request.raw +0 -0
- data/features/open_flow10/error.raw +0 -0
- data/features/open_flow10/features_reply.raw +0 -0
- data/features/open_flow10/features_request.raw +0 -0
- data/features/open_flow10/flow_mod_add.raw +0 -0
- data/features/open_flow10/flow_mod_delete.raw +0 -0
- data/features/open_flow10/flow_mod_delete_strict.raw +0 -0
- data/features/open_flow10/flow_mod_modify.raw +0 -0
- data/features/open_flow10/flow_mod_modify_strict.raw +0 -0
- data/features/open_flow10/flow_removed.raw +0 -0
- data/features/open_flow10/flow_stats_reply.raw +0 -0
- data/features/open_flow10/flow_stats_request.raw +0 -0
- data/features/open_flow10/get_config_reply.raw +0 -0
- data/features/open_flow10/get_config_request.raw +0 -0
- data/features/open_flow10/hello.raw +0 -0
- data/features/open_flow10/hello_failed.raw +0 -0
- data/features/open_flow10/nx_flow_mod_add.raw +0 -0
- data/features/open_flow10/nx_flow_mod_delete.raw +0 -0
- data/features/open_flow10/nx_flow_mod_delete_strict.raw +0 -0
- data/features/open_flow10/nx_flow_mod_modify.raw +0 -0
- data/features/open_flow10/nx_flow_mod_modify_strict.raw +0 -0
- data/features/open_flow10/nxast_learn.raw +0 -0
- data/features/open_flow10/packet_in.raw +0 -0
- data/features/open_flow10/packet_in_arp_reply.raw +0 -0
- data/features/open_flow10/packet_in_arp_request.raw +0 -0
- data/features/open_flow10/packet_in_cbench.raw +0 -0
- data/features/open_flow10/packet_out.raw +0 -0
- data/features/open_flow10/port_mod.raw +0 -0
- data/features/open_flow10/port_stats_reply.raw +0 -0
- data/features/open_flow10/port_stats_request.raw +0 -0
- data/features/open_flow10/port_status.raw +0 -0
- data/features/open_flow10/queue_get_config_reply.raw +0 -0
- data/features/open_flow10/queue_get_config_request.raw +0 -0
- data/features/open_flow10/queue_stats_request.raw +0 -0
- data/features/open_flow10/set_config.raw +0 -0
- data/features/open_flow10/table_stats_reply.raw +0 -0
- data/features/open_flow10/table_stats_request.raw +0 -0
- data/features/open_flow10/vendor.raw +0 -0
- data/features/open_flow10/vendor_stats_request.raw +0 -0
- data/features/open_flow13/action_copy_ttl_in.raw +0 -0
- data/features/open_flow13/action_copy_ttl_out.raw +0 -0
- data/features/open_flow13/action_dec_mpls_ttl.raw +0 -0
- data/features/open_flow13/action_dec_nw_ttl.raw +0 -0
- data/features/open_flow13/action_group.raw +0 -0
- data/features/open_flow13/action_pop_mpls.raw +0 -0
- data/features/open_flow13/action_pop_pbb.raw +0 -0
- data/features/open_flow13/action_pop_vlan.raw +0 -0
- data/features/open_flow13/action_push_mpls.raw +0 -0
- data/features/open_flow13/action_push_pbb.raw +0 -0
- data/features/open_flow13/action_push_vlan.raw +0 -0
- data/features/open_flow13/action_set_field.raw +0 -0
- data/features/open_flow13/action_set_mpls_ttl.raw +0 -0
- data/features/open_flow13/action_set_nw_ttl.raw +0 -0
- data/features/open_flow13/action_set_queue.raw +0 -0
- data/features/open_flow13/apply_actions.raw +0 -0
- data/features/open_flow13/bad_request.raw +0 -0
- data/features/open_flow13/echo_reply_body.raw +0 -0
- data/features/open_flow13/echo_reply_no_body.raw +0 -0
- data/features/open_flow13/echo_request_body.raw +0 -0
- data/features/open_flow13/echo_request_no_body.raw +0 -0
- data/features/open_flow13/features_reply.raw +0 -0
- data/features/open_flow13/features_request.raw +0 -0
- data/features/open_flow13/flow_add_apply_no_match.raw +0 -0
- data/features/open_flow13/flow_mod_add_apply_no_match.raw +0 -0
- data/features/open_flow13/flow_mod_no_match_or_instructions.raw +0 -0
- data/features/open_flow13/hello_failed.raw +0 -0
- data/features/open_flow13/hello_no_version_bitmap.raw +0 -0
- data/features/open_flow13/hello_version_bitmap.raw +0 -0
- data/features/open_flow13/instruction_clear_actions.raw +0 -0
- data/features/open_flow13/instruction_goto_table.raw +0 -0
- data/features/open_flow13/instruction_meter.raw +0 -0
- data/features/open_flow13/instruction_write_actions.raw +0 -0
- data/features/open_flow13/instruction_write_metadata.raw +0 -0
- data/features/open_flow13/oxm_arp_op_field.raw +0 -0
- data/features/open_flow13/oxm_arp_sha_field.raw +0 -0
- data/features/open_flow13/oxm_arp_spa_field.raw +0 -0
- data/features/open_flow13/oxm_arp_tha_field.raw +0 -0
- data/features/open_flow13/oxm_arp_tpa_field.raw +0 -0
- data/features/open_flow13/oxm_ether_destination_field.raw +0 -0
- data/features/open_flow13/oxm_ether_source_field.raw +0 -0
- data/features/open_flow13/oxm_ether_type_field.raw +0 -0
- data/features/open_flow13/oxm_experimenter_stratos_basic_dot11.raw +0 -0
- data/features/open_flow13/oxm_icmpv4_code_field.raw +0 -0
- data/features/open_flow13/oxm_icmpv4_type_field.raw +0 -0
- data/features/open_flow13/oxm_in_phy_port_field.raw +0 -0
- data/features/open_flow13/oxm_in_port_field.raw +0 -0
- data/features/open_flow13/oxm_invalid_field.raw +0 -0
- data/features/open_flow13/oxm_ip_dscp_field.raw +0 -0
- data/features/open_flow13/oxm_ip_ecn_field.raw +0 -0
- data/features/open_flow13/oxm_ipv4_destination_field.raw +0 -0
- data/features/open_flow13/oxm_ipv4_source_field.raw +0 -0
- data/features/open_flow13/oxm_ipv6_destination_field.raw +0 -0
- data/features/open_flow13/oxm_ipv6_source_field.raw +0 -0
- data/features/open_flow13/oxm_masked_arp_sha_field.raw +0 -0
- data/features/open_flow13/oxm_masked_arp_spa_field.raw +0 -0
- data/features/open_flow13/oxm_masked_arp_tha_field.raw +0 -0
- data/features/open_flow13/oxm_masked_arp_tpa_field.raw +0 -0
- data/features/open_flow13/oxm_masked_ether_destination_field.raw +0 -0
- data/features/open_flow13/oxm_masked_ether_source_field.raw +0 -0
- data/features/open_flow13/oxm_masked_ipv4_destination_field.raw +0 -0
- data/features/open_flow13/oxm_masked_ipv4_source_field.raw +0 -0
- data/features/open_flow13/oxm_masked_ipv6_destination_field.raw +0 -0
- data/features/open_flow13/oxm_masked_ipv6_source_field.raw +0 -0
- data/features/open_flow13/oxm_masked_tunnel_id_field.raw +0 -0
- data/features/open_flow13/oxm_metadata_field.raw +0 -0
- data/features/open_flow13/oxm_metadata_masked_field.raw +0 -0
- data/features/open_flow13/oxm_no_fields.raw +0 -0
- data/features/open_flow13/oxm_sctp_destination_field.raw +0 -0
- data/features/open_flow13/oxm_sctp_source_field.raw +0 -0
- data/features/open_flow13/oxm_tcp_destination_field.raw +0 -0
- data/features/open_flow13/oxm_tcp_field.raw +0 -0
- data/features/open_flow13/oxm_tcp_source_field.raw +0 -0
- data/features/open_flow13/oxm_tunnel_id_field.raw +0 -0
- data/features/open_flow13/oxm_udp_destination_field.raw +0 -0
- data/features/open_flow13/oxm_udp_field.raw +0 -0
- data/features/open_flow13/oxm_udp_source_field.raw +0 -0
- data/features/open_flow13/oxm_vlan_pcp_field.raw +0 -0
- data/features/open_flow13/oxm_vlan_vid_field.raw +0 -0
- data/features/open_flow13/packet_in.raw +0 -0
- data/features/open_flow13/packet_out.raw +0 -0
- data/features/open_flow13/send_out_port.raw +0 -0
- data/features/open_flow13/table_stats_reply.raw +0 -0
- data/features/open_flow13/table_stats_request.raw +0 -0
- data/features/step_definitions/LICENSE +0 -675
- data/features/udp_no_payload.raw +0 -0
- data/features/udp_with_payload.raw +0 -0
- data/lib/pio/icmp/options.rb +0 -21
- data/lib/pio/open_flow/error.rb +0 -19
- data/lib/pio/open_flow/open_flow_header.rb +0 -31
- data/lib/pio/open_flow13/buffer_id.rb +0 -17
- data/spec/pio/arp/reply/options_spec.rb +0 -143
- data/spec/pio/arp/request/options_spec.rb +0 -113
@@ -1,356 +1,9 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
require 'pio/open_flow10/packet_out'
|
2
|
-
require 'pio/parse_error'
|
3
4
|
|
4
|
-
# rubocop:disable LineLength
|
5
5
|
describe Pio::OpenFlow10::PacketOut do
|
6
|
-
Given(:header_dump) do
|
7
|
-
[
|
8
|
-
0x01,
|
9
|
-
0x0d,
|
10
|
-
0x00, 0x58,
|
11
|
-
0x00, 0x00, 0x00, 0x16
|
12
|
-
].pack('C*')
|
13
|
-
end
|
14
|
-
|
15
|
-
Given(:data_dump) do
|
16
|
-
[
|
17
|
-
0x01, 0x80, 0xc2, 0x00, 0x00, 0x0e, 0x01, 0x02, 0x03, 0x04,
|
18
|
-
0x05, 0x06, 0x88, 0xcc, 0x02, 0x09, 0x07, 0x00, 0x00, 0x00,
|
19
|
-
0x00, 0x00, 0x00, 0x01, 0x23, 0x04, 0x05, 0x07, 0x00, 0x00,
|
20
|
-
0x00, 0x0c, 0x06, 0x02, 0x00, 0x78, 0x00, 0x00, 0x00, 0x00,
|
21
|
-
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
22
|
-
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
23
|
-
0x00, 0x00, 0x00, 0x00
|
24
|
-
].pack('C*')
|
25
|
-
end
|
26
|
-
|
27
|
-
Given(:body_dump) do
|
28
|
-
[
|
29
|
-
0xff, 0xff, 0xff, 0xff,
|
30
|
-
0xff, 0xff,
|
31
|
-
0x00, 0x08,
|
32
|
-
0x00, 0x00, 0x00, 0x08, 0x00, 0x02, 0xff, 0xff
|
33
|
-
].pack('C*') + data_dump
|
34
|
-
end
|
35
|
-
|
36
|
-
describe '.read' do
|
37
|
-
When(:result) { Pio::OpenFlow10::PacketOut.read(binary) }
|
38
|
-
|
39
|
-
context 'with a Packet-Out message' do
|
40
|
-
When(:binary) { header_dump + body_dump }
|
41
|
-
|
42
|
-
Then { result.class == Pio::OpenFlow10::PacketOut }
|
43
|
-
Then { result.ofp_version == 0x1 }
|
44
|
-
Then { result.message_type == 0xd }
|
45
|
-
Then { result.message_length == 0x58 }
|
46
|
-
Then { result.transaction_id == 0x16 }
|
47
|
-
Then { result.xid == 0x16 }
|
48
|
-
|
49
|
-
Then { result.buffer_id == 0xffffffff }
|
50
|
-
Then { result.in_port == 0xffff }
|
51
|
-
Then { result.actions_len == 0x8 }
|
52
|
-
Then { result.actions.length == 1 }
|
53
|
-
Then { result.actions[0].is_a? Pio::OpenFlow10::SendOutPort }
|
54
|
-
Then { result.actions[0].port == 2 }
|
55
|
-
Then { result.actions[0].max_length == 2**16 - 1 }
|
56
|
-
Then { result.raw_data.length == 64 }
|
57
|
-
end
|
58
|
-
|
59
|
-
context 'with a Packet-Out message generated with PacketOut.new' do
|
60
|
-
When(:binary) do
|
61
|
-
Pio::OpenFlow10::PacketOut.new(
|
62
|
-
transaction_id: 0x16,
|
63
|
-
buffer_id: 0xffffffff,
|
64
|
-
in_port: 0xffff,
|
65
|
-
actions: Pio::OpenFlow10::SendOutPort.new(2),
|
66
|
-
raw_data: data_dump
|
67
|
-
).to_binary
|
68
|
-
end
|
69
|
-
|
70
|
-
Then { result.class == Pio::OpenFlow10::PacketOut }
|
71
|
-
Then { result.ofp_version == 0x1 }
|
72
|
-
Then { result.message_type == 0xd }
|
73
|
-
Then { result.message_length == 0x58 }
|
74
|
-
Then { result.transaction_id == 0x16 }
|
75
|
-
Then { result.xid == 0x16 }
|
76
|
-
|
77
|
-
Then { result.buffer_id == 0xffffffff }
|
78
|
-
Then { result.in_port == 0xffff }
|
79
|
-
Then { result.actions_len == 0x8 }
|
80
|
-
Then { result.actions.length == 1 }
|
81
|
-
Then { result.actions[0].is_a? Pio::OpenFlow10::SendOutPort }
|
82
|
-
Then { result.actions[0].port == 2 }
|
83
|
-
Then { result.actions[0].max_length == 2**16 - 1 }
|
84
|
-
Then { result.raw_data.length == 64 }
|
85
|
-
end
|
86
|
-
|
87
|
-
context 'with a Hello message' do
|
88
|
-
When(:binary) { [1, 0, 0, 8, 0, 0, 0, 0].pack('C*') }
|
89
|
-
|
90
|
-
Then do
|
91
|
-
result == Failure(Pio::ParseError,
|
92
|
-
'Invalid OpenFlow10 PacketOut message.')
|
93
|
-
end
|
94
|
-
end
|
95
|
-
end
|
96
|
-
|
97
6
|
describe '.new' do
|
98
7
|
it_should_behave_like('an OpenFlow message', Pio::OpenFlow10::PacketOut)
|
99
|
-
|
100
|
-
When(:result) { Pio::OpenFlow10::PacketOut.new(user_options) }
|
101
|
-
|
102
|
-
context 'with a SendOutPort action' do
|
103
|
-
When(:user_options) do
|
104
|
-
{
|
105
|
-
transaction_id: 0x16,
|
106
|
-
buffer_id: 0xffffffff,
|
107
|
-
in_port: 0xffff,
|
108
|
-
actions: Pio::OpenFlow10::SendOutPort.new(2),
|
109
|
-
raw_data: data_dump
|
110
|
-
}
|
111
|
-
end
|
112
|
-
|
113
|
-
Then { result.ofp_version == 0x1 }
|
114
|
-
Then { result.message_type == 0xd }
|
115
|
-
Then { result.message_length == 0x58 }
|
116
|
-
Then { result.transaction_id == 0x16 }
|
117
|
-
Then { result.xid == 0x16 }
|
118
|
-
|
119
|
-
Then { result.buffer_id == 0xffffffff }
|
120
|
-
Then { result.in_port == 0xffff }
|
121
|
-
Then { result.actions_len == 0x8 }
|
122
|
-
Then { result.actions.length == 1 }
|
123
|
-
Then { result.actions[0].is_a? Pio::OpenFlow10::SendOutPort }
|
124
|
-
Then { result.actions[0].port == 2 }
|
125
|
-
Then { result.actions[0].max_length == 2**16 - 1 }
|
126
|
-
Then { result.raw_data.length == 64 }
|
127
|
-
|
128
|
-
context '#to_binary' do
|
129
|
-
When(:binary) { result.to_binary }
|
130
|
-
|
131
|
-
Then { binary == header_dump + body_dump }
|
132
|
-
end
|
133
|
-
end
|
134
|
-
|
135
|
-
context 'with a SetVlanVid action' do
|
136
|
-
When(:user_options) do
|
137
|
-
{
|
138
|
-
transaction_id: 0x16,
|
139
|
-
buffer_id: 0xffffffff,
|
140
|
-
in_port: 0xffff,
|
141
|
-
actions: Pio::OpenFlow10::SetVlanVid.new(10),
|
142
|
-
raw_data: data_dump
|
143
|
-
}
|
144
|
-
end
|
145
|
-
|
146
|
-
Then { result.message_length == 0x58 }
|
147
|
-
Then { result.actions_len == 0x8 }
|
148
|
-
Then { result.actions.length == 1 }
|
149
|
-
Then { result.actions[0].is_a? Pio::OpenFlow10::SetVlanVid }
|
150
|
-
Then { result.actions[0].vlan_id == 10 }
|
151
|
-
end
|
152
|
-
|
153
|
-
context 'with a SetVlanPriority action' do
|
154
|
-
When(:user_options) do
|
155
|
-
{
|
156
|
-
transaction_id: 0x16,
|
157
|
-
buffer_id: 0xffffffff,
|
158
|
-
in_port: 0xffff,
|
159
|
-
actions: Pio::OpenFlow10::SetVlanPriority.new(3),
|
160
|
-
raw_data: data_dump
|
161
|
-
}
|
162
|
-
end
|
163
|
-
|
164
|
-
Then { result.message_length == 0x58 }
|
165
|
-
Then { result.actions_len == 0x8 }
|
166
|
-
Then { result.actions.length == 1 }
|
167
|
-
Then { result.actions[0].is_a? Pio::OpenFlow10::SetVlanPriority }
|
168
|
-
Then { result.actions[0].vlan_priority == 3 }
|
169
|
-
end
|
170
|
-
|
171
|
-
context 'with a StripVlanHeader action' do
|
172
|
-
When(:user_options) do
|
173
|
-
{
|
174
|
-
transaction_id: 0x16,
|
175
|
-
buffer_id: 0xffffffff,
|
176
|
-
in_port: 0xffff,
|
177
|
-
actions: Pio::OpenFlow10::StripVlanHeader.new,
|
178
|
-
raw_data: data_dump
|
179
|
-
}
|
180
|
-
end
|
181
|
-
|
182
|
-
Then { result.message_length == 0x58 }
|
183
|
-
Then { result.actions_len == 0x8 }
|
184
|
-
Then { result.actions.length == 1 }
|
185
|
-
Then { result.actions[0].is_a? Pio::OpenFlow10::StripVlanHeader }
|
186
|
-
end
|
187
|
-
|
188
|
-
context 'with a SetSourceMacAddress action' do
|
189
|
-
When(:user_options) do
|
190
|
-
{
|
191
|
-
transaction_id: 0x16,
|
192
|
-
buffer_id: 0xffffffff,
|
193
|
-
in_port: 0xffff,
|
194
|
-
actions: Pio::OpenFlow10::SetSourceMacAddress.new('11:22:33:44:55:66'),
|
195
|
-
raw_data: data_dump
|
196
|
-
}
|
197
|
-
end
|
198
|
-
|
199
|
-
Then { result.message_length == 0x60 }
|
200
|
-
Then { result.actions_len == 0x10 }
|
201
|
-
Then { result.actions.length == 1 }
|
202
|
-
Then { result.actions[0].is_a? Pio::OpenFlow10::SetSourceMacAddress }
|
203
|
-
Then { result.actions[0].mac_address == '11:22:33:44:55:66' }
|
204
|
-
end
|
205
|
-
|
206
|
-
context 'with a SetDestinationMacAddress action' do
|
207
|
-
When(:user_options) do
|
208
|
-
{
|
209
|
-
transaction_id: 0x16,
|
210
|
-
buffer_id: 0xffffffff,
|
211
|
-
in_port: 0xffff,
|
212
|
-
actions: Pio::OpenFlow10::SetDestinationMacAddress.new('11:22:33:44:55:66'),
|
213
|
-
raw_data: data_dump
|
214
|
-
}
|
215
|
-
end
|
216
|
-
|
217
|
-
Then { result.message_length == 0x60 }
|
218
|
-
Then { result.actions_len == 0x10 }
|
219
|
-
Then { result.actions.length == 1 }
|
220
|
-
Then { result.actions[0].is_a? Pio::OpenFlow10::SetDestinationMacAddress }
|
221
|
-
Then { result.actions[0].mac_address == '11:22:33:44:55:66' }
|
222
|
-
end
|
223
|
-
|
224
|
-
context 'with a SetSourceIpAddress action' do
|
225
|
-
When(:user_options) do
|
226
|
-
{
|
227
|
-
transaction_id: 0x16,
|
228
|
-
buffer_id: 0xffffffff,
|
229
|
-
in_port: 0xffff,
|
230
|
-
actions: Pio::OpenFlow10::SetSourceIpAddress.new('1.2.3.4'),
|
231
|
-
raw_data: data_dump
|
232
|
-
}
|
233
|
-
end
|
234
|
-
|
235
|
-
Then { result.message_length == 0x58 }
|
236
|
-
Then { result.actions_len == 0x8 }
|
237
|
-
Then { result.actions.length == 1 }
|
238
|
-
Then { result.actions[0].is_a? Pio::OpenFlow10::SetSourceIpAddress }
|
239
|
-
Then { result.actions[0].ip_address == '1.2.3.4' }
|
240
|
-
end
|
241
|
-
|
242
|
-
context 'with a SetDestinationIpAddress action' do
|
243
|
-
When(:user_options) do
|
244
|
-
{
|
245
|
-
transaction_id: 0x16,
|
246
|
-
buffer_id: 0xffffffff,
|
247
|
-
in_port: 0xffff,
|
248
|
-
actions: Pio::OpenFlow10::SetDestinationIpAddress.new('1.2.3.4'),
|
249
|
-
raw_data: data_dump
|
250
|
-
}
|
251
|
-
end
|
252
|
-
|
253
|
-
Then { result.message_length == 0x58 }
|
254
|
-
Then { result.actions_len == 0x8 }
|
255
|
-
Then { result.actions.length == 1 }
|
256
|
-
Then { result.actions[0].is_a? Pio::OpenFlow10::SetDestinationIpAddress }
|
257
|
-
Then { result.actions[0].ip_address == '1.2.3.4' }
|
258
|
-
end
|
259
|
-
|
260
|
-
context 'with a SetTos action' do
|
261
|
-
When(:user_options) do
|
262
|
-
{
|
263
|
-
transaction_id: 0x16,
|
264
|
-
buffer_id: 0xffffffff,
|
265
|
-
in_port: 0xffff,
|
266
|
-
actions: Pio::OpenFlow10::SetTos.new(32),
|
267
|
-
raw_data: data_dump
|
268
|
-
}
|
269
|
-
end
|
270
|
-
|
271
|
-
Then { result.message_length == 0x58 }
|
272
|
-
Then { result.actions_len == 0x8 }
|
273
|
-
Then { result.actions.length == 1 }
|
274
|
-
Then { result.actions[0].is_a? Pio::OpenFlow10::SetTos }
|
275
|
-
Then { result.actions[0].type_of_service == 32 }
|
276
|
-
end
|
277
|
-
|
278
|
-
context 'with a SetTransportSourcePort action' do
|
279
|
-
When(:user_options) do
|
280
|
-
{
|
281
|
-
transaction_id: 0x16,
|
282
|
-
buffer_id: 0xffffffff,
|
283
|
-
in_port: 0xffff,
|
284
|
-
actions: Pio::OpenFlow10::SetTransportSourcePort.new(100),
|
285
|
-
raw_data: data_dump
|
286
|
-
}
|
287
|
-
end
|
288
|
-
|
289
|
-
Then { result.message_length == 0x58 }
|
290
|
-
Then { result.actions_len == 0x8 }
|
291
|
-
Then { result.actions.length == 1 }
|
292
|
-
Then { result.actions[0].is_a? Pio::OpenFlow10::SetTransportSourcePort }
|
293
|
-
Then { result.actions[0].port == 100 }
|
294
|
-
end
|
295
|
-
|
296
|
-
context 'with a SetTransportDestinationPort action' do
|
297
|
-
When(:user_options) do
|
298
|
-
{
|
299
|
-
transaction_id: 0x16,
|
300
|
-
buffer_id: 0xffffffff,
|
301
|
-
in_port: 0xffff,
|
302
|
-
actions: Pio::OpenFlow10::SetTransportDestinationPort.new(100),
|
303
|
-
raw_data: data_dump
|
304
|
-
}
|
305
|
-
end
|
306
|
-
|
307
|
-
Then { result.message_length == 0x58 }
|
308
|
-
Then { result.actions_len == 0x8 }
|
309
|
-
Then { result.actions.length == 1 }
|
310
|
-
Then { result.actions[0].is_a? Pio::OpenFlow10::SetTransportDestinationPort }
|
311
|
-
Then { result.actions[0].port == 100 }
|
312
|
-
end
|
313
|
-
|
314
|
-
context 'with a Enqueue action' do
|
315
|
-
When(:user_options) do
|
316
|
-
{
|
317
|
-
transaction_id: 0x16,
|
318
|
-
buffer_id: 0xffffffff,
|
319
|
-
in_port: 0xffff,
|
320
|
-
actions: Pio::OpenFlow10::Enqueue.new(port: 1, queue_id: 2),
|
321
|
-
raw_data: data_dump
|
322
|
-
}
|
323
|
-
end
|
324
|
-
|
325
|
-
Then { result.message_length == 0x60 }
|
326
|
-
Then { result.actions_len == 0x10 }
|
327
|
-
Then { result.actions.length == 1 }
|
328
|
-
Then { result.actions[0].is_a? Pio::OpenFlow10::Enqueue }
|
329
|
-
Then { result.actions[0].port == 1 }
|
330
|
-
Then { result.actions[0].queue_id == 2 }
|
331
|
-
end
|
332
|
-
|
333
|
-
context 'with SendOutPort and SetVlanVid action' do
|
334
|
-
When(:user_options) do
|
335
|
-
{
|
336
|
-
transaction_id: 0x16,
|
337
|
-
buffer_id: 0xffffffff,
|
338
|
-
in_port: 0xffff,
|
339
|
-
actions: [Pio::OpenFlow10::SendOutPort.new(2),
|
340
|
-
Pio::OpenFlow10::SetVlanVid.new(10)],
|
341
|
-
raw_data: data_dump
|
342
|
-
}
|
343
|
-
end
|
344
|
-
|
345
|
-
Then { result.message_length == 0x60 }
|
346
|
-
Then { result.actions_len == 0x10 }
|
347
|
-
Then { result.actions.length == 2 }
|
348
|
-
Then { result.actions[0].is_a? Pio::OpenFlow10::SendOutPort }
|
349
|
-
Then { result.actions[0].port == 2 }
|
350
|
-
Then { result.actions[0].max_length == 2**16 - 1 }
|
351
|
-
Then { result.actions[1].is_a? Pio::OpenFlow10::SetVlanVid }
|
352
|
-
Then { result.actions[1].vlan_id == 10 }
|
353
|
-
end
|
354
8
|
end
|
355
9
|
end
|
356
|
-
# rubocop:enable LineLength
|
@@ -1,25 +1,27 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
require 'pio'
|
2
4
|
|
3
5
|
describe Pio::OpenFlow10::PhyPort16 do
|
4
6
|
describe '.new' do
|
5
7
|
When(:phy_port) do
|
6
|
-
Pio::OpenFlow10::PhyPort16.new(
|
7
|
-
|
8
|
+
Pio::OpenFlow10::PhyPort16.new(number: 1,
|
9
|
+
mac_address: '11:22:33:44:55:66',
|
8
10
|
name: 'port123',
|
9
11
|
config: [:port_down],
|
10
12
|
state: [:link_down],
|
11
|
-
curr: [
|
13
|
+
curr: %i[port_10gb_fd port_copper])
|
12
14
|
end
|
13
15
|
|
14
|
-
Then { phy_port.
|
15
|
-
Then { phy_port.
|
16
|
+
Then { phy_port.number == 1 }
|
17
|
+
Then { phy_port.mac_address == '11:22:33:44:55:66' }
|
16
18
|
Then { phy_port.name == 'port123' }
|
17
19
|
Then { phy_port.config == [:port_down] }
|
18
20
|
Then { phy_port.state == [:link_down] }
|
19
|
-
Then { phy_port.curr == [
|
21
|
+
Then { phy_port.curr == %i[port_10gb_fd port_copper] }
|
20
22
|
Then { phy_port.advertised.empty? }
|
21
23
|
Then { phy_port.supported.empty? }
|
22
24
|
Then { phy_port.peer.empty? }
|
23
|
-
Then { phy_port.to_binary_s.
|
25
|
+
Then { !phy_port.to_binary_s.empty? }
|
24
26
|
end
|
25
27
|
end
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
require 'pio/open_flow13/error/hello_failed'
|
2
4
|
|
3
5
|
describe Pio::OpenFlow13::Error::HelloFailed do
|
@@ -10,7 +12,7 @@ describe Pio::OpenFlow13::Error::HelloFailed do
|
|
10
12
|
context 'with {}' do
|
11
13
|
Given(:options) { {} }
|
12
14
|
|
13
|
-
Then { hello_failed.
|
15
|
+
Then { hello_failed.length == 12 }
|
14
16
|
Then { hello_failed.error_type == :hello_failed }
|
15
17
|
Then { hello_failed.error_code == :incompatible }
|
16
18
|
Then { hello_failed.description == '' }
|
@@ -19,7 +21,7 @@ describe Pio::OpenFlow13::Error::HelloFailed do
|
|
19
21
|
context "with description: 'error description'" do
|
20
22
|
Given(:options) { { description: 'error description' } }
|
21
23
|
|
22
|
-
Then { hello_failed.
|
24
|
+
Then { hello_failed.length == 29 }
|
23
25
|
Then { hello_failed.description == 'error description' }
|
24
26
|
end
|
25
27
|
end
|
@@ -1,8 +1,10 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
require 'pio/open_flow13/goto_table'
|
2
4
|
|
3
|
-
describe Pio::GotoTable do
|
5
|
+
describe Pio::OpenFlow13::GotoTable do
|
4
6
|
describe '.new' do
|
5
|
-
When(:goto_table) { Pio::GotoTable.new(options) }
|
7
|
+
When(:goto_table) { Pio::OpenFlow13::GotoTable.new(options) }
|
6
8
|
|
7
9
|
context 'with 1' do
|
8
10
|
Given(:options) { 1 }
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
require 'pio/open_flow13/hello'
|
2
4
|
require 'pio/parse_error'
|
3
5
|
|
@@ -9,11 +11,11 @@ describe Pio::OpenFlow13::Hello do
|
|
9
11
|
Given(:binary) { [4, 0, 0, 8, 0, 0, 0, 0].pack('C*') }
|
10
12
|
|
11
13
|
Then { result.class == Pio::OpenFlow13::Hello }
|
12
|
-
Then { result.
|
13
|
-
Then { result.
|
14
|
-
Then { result.
|
15
|
-
Then { result.transaction_id
|
16
|
-
Then { result.xid
|
14
|
+
Then { result.version == 4 }
|
15
|
+
Then { result.type.zero? }
|
16
|
+
Then { result.length == 8 }
|
17
|
+
Then { result.transaction_id.zero? }
|
18
|
+
Then { result.xid.zero? }
|
17
19
|
Then { result.supported_versions.empty? }
|
18
20
|
end
|
19
21
|
|
@@ -23,12 +25,12 @@ describe Pio::OpenFlow13::Hello do
|
|
23
25
|
end
|
24
26
|
|
25
27
|
Then { result.class == Pio::OpenFlow13::Hello }
|
26
|
-
Then { result.
|
27
|
-
Then { result.
|
28
|
-
Then { result.
|
29
|
-
Then { result.transaction_id
|
30
|
-
Then { result.xid
|
31
|
-
Then { result.supported_versions == [
|
28
|
+
Then { result.version == 4 }
|
29
|
+
Then { result.type.zero? }
|
30
|
+
Then { result.length == 16 }
|
31
|
+
Then { result.transaction_id.zero? }
|
32
|
+
Then { result.xid.zero? }
|
33
|
+
Then { result.supported_versions == %i[open_flow10 open_flow13] }
|
32
34
|
end
|
33
35
|
|
34
36
|
context 'with a hello message (OpenFlow 1.0)' do
|
@@ -46,11 +48,11 @@ describe Pio::OpenFlow13::Hello do
|
|
46
48
|
context 'with no arguments' do
|
47
49
|
When(:result) { Pio::OpenFlow13::Hello.new }
|
48
50
|
|
49
|
-
Then { result.
|
50
|
-
Then { result.
|
51
|
-
Then { result.
|
52
|
-
Then { result.transaction_id
|
53
|
-
Then { result.xid
|
51
|
+
Then { result.version == 4 }
|
52
|
+
Then { result.type.zero? }
|
53
|
+
Then { result.length == 16 }
|
54
|
+
Then { result.transaction_id.zero? }
|
55
|
+
Then { result.xid.zero? }
|
54
56
|
Then { result.supported_versions == [:open_flow13] }
|
55
57
|
Then do
|
56
58
|
result.to_binary ==
|