Uploaded image for project: 'Fast Datapath Product'
  1. Fast Datapath Product
  2. FDP-2606

Test Coverage: [ARM] other_config:forward-bpdu not working with mcast address '01:80:c2:00:00:01'

    • False
    • Hide

      None

      Show
      None
    • False
    • Hide

      ( ) The test coverage is aligned with the epic's acceptance criteria

      Given an ARM system with other_config:forward-bpdu=true enabled on a bridge,

      When packets are sent with the destination MAC address 01:80:c2:00:00:01,

      Then those packets should be forwarded as expected and visible in the packet capture logs on the receiving system.

      Show
      ( ) The test coverage is aligned with the epic's acceptance criteria Given an ARM system with other_config:forward-bpdu=true enabled on a bridge, When packets are sent with the destination MAC address 01:80:c2:00:00:01, Then those packets should be forwarded as expected and visible in the packet capture logs on the receiving system.
    • rhel-9
    • None
    • rhel-net-ovs-dpdk

      This task is tracking the test case writing activities to cover the bug described below.

      Steps to reproduce:

      DUT (ARM system):

      Peer system directly connected to DUT:

      • dnf -y install wireshark-cli
      • dnf -y install scapy

      Capture packets on receiving interface of peer system:

      • tshark -a duration:100 -nV -i enp130s0f1np1 -f 'ether host 01:80:c2:00:00:01' -c1 -T fields -e eth.dst | tee ~/tshark.log &
      • /usr/libexec/platform-python -c 'from scapy.all import *; sendp(Ether(dst='\''01:80:c2:00:00:01'\'')/IP()/ICMP(), iface='\''enp130s0f0np0'\'')'

      kill tshark

      • pkill tshark

      check results of packet capture:

      • cat ~/tshark.log --> should contain 01:80:c2:00:00:01 but does not

      Notes:

              ovsdpdk-triage ovsdpdk triage
              nstbot NST Bot
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: