Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PTF: add basic test infra and more test cases #231

Merged
merged 8 commits into from
Oct 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions dash-pipeline/tests/saithrift/ptf/vnet/test_saithrift_vnet.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
import pytest
import snappi
import scapy
import time

from sai_thrift.sai_headers import *
from sai_base_test import *
# TODO - when switch APIs implemented:
Expand Down
20 changes: 17 additions & 3 deletions test/test-cases/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ This contains a hierarchical set of directories containing DASH test cases organ

# Contents

| Folder | Description |
| ---------------------------------------------- | --------------------------------------------------------- |
| [vnet2vnet](vnet2vnet/README.md) | DASH vnet2vnet Tests
| 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

| Folder/File | Description |
| --- | --- |
| `saidashvnet.py` | VNET-to-VNET test cases


## scale

| Folder/File | Description |
| --- | --- |
| [vnet2vnet](vnet2vnet/README.md) | DASH vnet2vnet Tests
143 changes: 0 additions & 143 deletions test/test-cases/bmv2_model/test_hello_world.py

This file was deleted.

Loading