Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
richardyu-ms committed May 27, 2022
1 parent 525e2b3 commit 2152e39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/sai-ptf/vlan_test_plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ For testing, we can use basic FDB APIs to Add the FDB entry into CAM. The Rule a
### Packet example
- Tagged packet with VLAN id

When a packet sent to a access port or send out from a access port, we will get a packet with the VLAN id.
When a packet sent to a access port or send out from a access port, we will get a packet without the VLAN id.
*In T0, we don't need to test tagged packet.*
```python
tagged_packet(eth_dst='00:11:11:11:11:11',
Expand All @@ -164,8 +164,8 @@ For testing, we can use basic FDB APIs to Add the FDB entry into CAM. The Rule a
Testing L3 switch, VLAN-Interface(SVI) in layer3 for packet routing.

In this case, it will cover the scenarios like
- Server to T1
- Server to Server
- Server to T1 (north/south)
- Server to Server (east/west)
#### Test the configuration
For VLAN-Interface(SVI), it can be configured from a config_db.json. This json file, can be generated from a xml config as below. Base on this configuration we can see what the actual configuration will be.

Expand Down

0 comments on commit 2152e39

Please sign in to comment.