Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 2 additions & 0 deletions sirius-pipeline/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Sirius Pipeline P4 Behavior Models
**TODO**
11 changes: 11 additions & 0 deletions test/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# SONiC-DASH Testing
This directory contains documentation, test scripts, test configurations and other artifacts required to test a SONiC-DASH device or devices.

You can start with the [High-Level Description (HLD) Test Specification](docs/sonic-dash-test-HLD.md)
## Organization
Please see the structure below:
* [docs/](docs) - Test documentation
* [src/](src) - Source code to build test artifacts
* [test-cases/](test_cases_) - Directory of test-cases
* [targets/](targets) - target-specific artifacts, sources and documents
* [third-party/](third-party) - third-party and external resources used by this project, typically as Git submodules
212 changes: 212 additions & 0 deletions test/docs/sonic-dash-test-HLD.md

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions test/images/dash-gnmi-api.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions test/images/dash-testbed-inband-via-switch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions test/images/dash-testbed-inband-via-tgen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions test/images/dash-testbed-out-of-band-mgmt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions test/images/dash-testbed-out-of-band-via-iface.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions test/images/dash-testbed-out-of-band-via-proxy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions test/images/dash-testbed-ref-arch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions test/images/dash-thrift-sai-api.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions test/targets/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Targets Subdirectory
This directory contains device/vendor-specific information used to drive tests, for example device SKUs, capabilities, etc.