-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f5318f5
commit 36cb823
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
Submodule conformance
updated
13 files
+10 −43 | .github/workflows/cicd.yml | |
+15 −15 | deployments/ixia-c-config.yaml | |
+6 −6 | deployments/k8s/manifests/ixia-c-b2b-eth0.yaml | |
+49 −62 | do.sh | |
+0 −92 | examples/quickstart_config.json | |
+0 −9 | examples/quickstart_control.json | |
+0 −6 | examples/quickstart_metrics.json | |
+16 −10 | examples/quickstart_test.go | |
+27 −21 | examples/test_quickstart.py | |
+7 −7 | go.mod | |
+12 −229 | go.sum | |
+1 −1 | requirements.txt | |
+10 −10 | versions.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Documentation index | ||
|
||
1. [Data Sheet](https://www.keysight.com/in/en/assets/3122-1455/data-sheets/Elastic-Network-Generator.pdf) | ||
2. [Overview](docs/index.md) | ||
3. Quick Start | ||
* [Introduction](docs/quick-start/introduction.md) | ||
* [First script](docs/developer/hello-snappi.md) | ||
4. User Guide | ||
* [Introduction](docs/user-guide-introduction.md) | ||
* [Prerequisites](docs/prerequisites.md) | ||
* Deployment | ||
* [Ixia-c](docs/deployments.md) | ||
* [UHD400T](docs/tests-uhd400.md) | ||
* [IxOS Hardware](docs/tests-chassis-app.md) | ||
* [Integrations](docs/integrated-environments.md) | ||
* [Limitations](docs/limitations.md) | ||
* [Troubleshooting](docs/troubleshooting.md) | ||
* [Licensing](docs/licensing.md) | ||
5. Reference Guide | ||
* [Capabilities](docs/reference/capabilities.md) | ||
* [Resource requirements](docs/reference/resource-requirements.md) |