Skip to content

Vxlan decap test implementation#701

Merged
prsunny merged 8 commits intosonic-net:masterfrom
pavel-shirshov:pavelsh/vxlan
Dec 18, 2018
Merged

Vxlan decap test implementation#701
prsunny merged 8 commits intosonic-net:masterfrom
pavel-shirshov:pavelsh/vxlan

Conversation

@pavel-shirshov
Copy link
Copy Markdown
Contributor

@pavel-shirshov pavel-shirshov commented Sep 13, 2018

Please don''t merge until I recheck the test

Description of PR

Summary:
Fixes # (issue)

Type of change

  • Bug fix
  • Testbed and Framework(new/improvement)
  • Test case(new/improvement)

Approach

How did you do it?

The test checks vxlan decapsulation for the dataplane.
The test runs three tests for each vlan on the DUT:

  1. 'Vxlan' : Sends encapsulated packets to PortChannel interfaces and expects to see the decapsulated inner packets on the corresponding vlan interface.
  2. 'FromPC': Sends regular packets to PortChannel interfaces and expects to see the packets on the corresponding vlan interface.
  3. 'ToPC' : Sends regular packets to Vlan member interfaces and expects to see the packets on the one of PortChannel interfaces.

How did you verify/test it?

ptf -t "config_file='/tmp/vxlan_decap.json';vxlan_enabled=True" --platform-dir ptftests --test-dir ptftests --platform remote vxlan-decap

Any platform specific information?

Supported testbed topology if it's a new test case?

t0 only

Documentation

@pavel-shirshov
Copy link
Copy Markdown
Contributor Author

Addressed comments

@prsunny prsunny merged commit a1d1f87 into sonic-net:master Dec 18, 2018
wangxin pushed a commit to wangxin/sonic-mgmt that referenced this pull request Oct 27, 2025
…-net#20087) (sonic-net#701)

Origin PR: sonic-net#20087

What is the motivation for this PR?
To the custom_acl_table test, the egress ports didn't include the
service ports.

How did you do it?
Add the service port to the egress ports list

How did you verify/test it?
Check it in the testbed with service ports.
kazinator-arista pushed a commit to kazinator-arista/sonic-mgmt that referenced this pull request Mar 4, 2026
…n] update submodule head (sonic-net#12594)

linkmgrd:
* 8e9e49b 2022-11-02 | [active-standby][active-active] update link prober stats updating frequency to 30s (sonic-net#152) (HEAD -> 202205) [Jing Zhang]
* 1ad3f18 2022-11-01 | [Active-Active] periodically re-sync soc side admin forwarding state  (sonic-net#151) [Jing Zhang]
* cfcdb76 2022-11-01 | [202205] incrementing icmp buffer size (sonic-net#150) [Jing Zhang]

swss:
* ac7570a 2022-11-03 | [Dynamic buffer calculation][Mellanox] Enhance the logic to identify buffer pools and profiles (sonic-net#2498) (HEAD -> 202205) [Stephen Sun]

swss-common:
* 300fc8f 2022-10-31 | [sonic-db-cli] Fix sonic-db-cli crash when database config file not ready issue. (sonic-net#701) (HEAD -> 202205) [Hua Liu]

platform-daemon:
* cd1608a 2022-10-28 | [ycabled] add support for detach mode in 'active-active' topology (sonic-net#309) (HEAD -> 202205) [vdahiya12]
* 2a5f0f4 2022-10-27 | Added filtering logic to send filtered fields from DB event (sonic-net#307) [mihirpat1]

platform-common:
* b521882 2022-10-30 |  CmisApi::get_application_advertisement catch AttributeError as well (sonic-net#316) (HEAD -> 202205) [Stephen Sun]

Signed-off-by: Ying Xie <ying.xie@microsoft.com>

Signed-off-by: Ying Xie <ying.xie@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants