diff --git a/.wordlist.txt b/.wordlist.txt index 2b83ce91b..5283022a4 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -258,6 +258,7 @@ io IP IPs ip +ips IPDK IPU IPUs @@ -423,6 +424,7 @@ reachability README READMEs README's +reconvergence RedirectRuleResimulatedUf redis renderer diff --git a/test/test-cases/README.md b/test/test-cases/README.md index be8fc23f5..a93cbc5cd 100644 --- a/test/test-cases/README.md +++ b/test/test-cases/README.md @@ -5,18 +5,18 @@ This contains a hierarchical set of directories containing DASH test cases organ | Folder | Description | | --- | --- | -| functional | Tests to verify essential functionality using low-rate traffic (SAI PTF). -| scale | Tests with high-rate traffic and complex configuration to verify scaling real-world scenarios. +| [functional](./functional/) | Tests to verify essential functionality using low-rate traffic (SAI PTF). +| [scale](./scale/) | Tests with high-rate traffic and complex configuration to verify scaling real-world scenarios. ## functional | Folder/File | Description | | --- | --- | -| `saidashvnet.py` | VNET-to-VNET test cases +| [`saidashvnet.py`](./functional/saidashvnet.py) | VNET-to-VNET test cases ## scale | Folder/File | Description | | --- | --- | -| [vnet2vnet](vnet2vnet/README.md) | DASH vnet2vnet Tests +| [vnet2vnet](scale/vnet2vnet/README.md) | DASH vnet2vnet Tests diff --git a/test/test-cases/scale/vnet2vnet/README.md b/test/test-cases/scale/vnet2vnet/README.md index 5f44d6823..89896c1ef 100644 --- a/test/test-cases/scale/vnet2vnet/README.md +++ b/test/test-cases/scale/vnet2vnet/README.md @@ -11,8 +11,8 @@ The files found within this directory serve the following purpose: | Test case | Description | | ---------------------------------------------- | --------------------------------------------------------- | -| [vxlan_1eni_1ip](one-ip) | minimum possible config | -| [vxlan_8eni_48k_IPs](48k-IPs) | medium sized config | +| [vxlan_1eni_1ip](one-ip) | minimum possible config | +| [vxlan_8eni_48k_IPs](48K-ips) | medium sized config | @@ -95,6 +95,7 @@ The files found within this directory serve the following purpose: # test cases -| Test case | Description | -| ---------------------------------------------- | --------------------------------------------------------- | -| [vxlan_1vpc_1ip](README.vxlan_1vpc_1ip.md) | performance numbers for best case scenario | +| Test case | Description | +| ---------------------------------------------- | -------------------------------------------------------------- | +| [vxlan_1vpc_1ip](one-ip/README.md) | performance numbers for best case scenario | +| [vxlan_8vpc_48K-ips](48K-ips/README.md) | performance with an objective of maintaining 6M parallel flows | diff --git a/test/test-cases/scale/vnet2vnet/one-ip/README.md b/test/test-cases/scale/vnet2vnet/one-ip/README.md index 66fe29194..6a6170bb0 100644 --- a/test/test-cases/scale/vnet2vnet/one-ip/README.md +++ b/test/test-cases/scale/vnet2vnet/one-ip/README.md @@ -1,7 +1,7 @@ The purpose of this test case is to obtain the best performance numbers the hardware can achieve Combined with the worst case scenario cases (TBD) we will be able to determine the range of performance within the hardware can operate. -![vxlan_1vpc_1ip](../../../images/test_vxlan_1vpc_1ip.svg) +![vxlan_1vpc_1ip](../../../../images/test_vxlan_1vpc_1ip.svg) 1. Configure VXLAN with 1 VPC and 1 VNI. 2. Configure BGP to achieve connectivity between the loopback interfaces.