Skip to content

Commit

Permalink
Fixed links in the README after renaming folders. (#262)
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Putria <[email protected]>

Signed-off-by: Anton Putria <[email protected]>
  • Loading branch information
aputriax authored Oct 31, 2022
1 parent 8652d57 commit 27d931b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ io
IP
IPs
ip
ips
IPDK
IPU
IPUs
Expand Down Expand Up @@ -423,6 +424,7 @@ reachability
README
READMEs
README's
reconvergence
RedirectRuleResimulatedUf
redis
renderer
Expand Down
8 changes: 4 additions & 4 deletions test/test-cases/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
11 changes: 6 additions & 5 deletions test/test-cases/scale/vnet2vnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |



Expand Down Expand Up @@ -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 |
2 changes: 1 addition & 1 deletion test/test-cases/scale/vnet2vnet/one-ip/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 27d931b

Please sign in to comment.