Sha256: 2093c39556e78ab11f9f47bb3f07e2f217d91fd3b7a37f2d56f765ab6717320f

Contents?: true

Size: 1.21 KB

Versions: 2

Compression:

Stored size: 1.21 KB

Contents

Feature: Pio::Lldp.read
  Scenario: lldp.minimal.pcap
    Given a packet data file "lldp.minimal.pcap"
    When I try to parse the file with "Lldp" class
    Then it should finish successfully
    Then the parsed data #1 have the following field and value:
    | field                     | value             |
    | class                     | Pio::Lldp         |
    | destination_mac           | 01:80:c2:00:00:0e |
    | source_mac                | 00:04:96:1f:a7:26 |
    | ether_type                | 35020             |
    | chassis_id                | 19698525990       |
    | dpid                      | 19698525990       |
    | port_id                   | 1/3               |
    | ttl                       | 120               |
    | port_description          |                   |
    | system_name               |                   |
    | system_description        |                   |
    | system_capabilities       |                   |
    | management_address        |                   |
    | organizationally_specific |                   |

  Scenario: lldp.detailed.pcap
    Given a packet data file "lldp.detailed.pcap"
    When I try to parse the file with "Lldp" class
    Then it should finish successfully

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pio-0.18.2 features/lldp_read.feature
pio-0.18.1 features/lldp_read.feature