https://github.com/ssbc/netsim-cookbook
collecting various netsim test scripts in one place
https://github.com/ssbc/netsim-cookbook
Last synced: 10 months ago
JSON representation
collecting various netsim test scripts in one place
- Host: GitHub
- URL: https://github.com/ssbc/netsim-cookbook
- Owner: ssbc
- Created: 2021-08-24T11:58:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-15T10:38:35.000Z (over 4 years ago)
- Last Synced: 2025-08-21T19:38:41.609Z (10 months ago)
- Language: Shell
- Size: 3.2 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSES/CC0-1.0.txt
Awesome Lists containing this project
README
# netsim cookbook
A place to collect various [netsim](https://github.com/ssb-ngi-pointer/netsim) test scripts.
## Guidelines
These guidelines aim to provide recommendations for the test scripts that get added to this
repository:
* Name the test file descriptively (according to what it does or the scenario)
* Use the `comment` command to provide additional context at the top of the test file
* Optionally: outline the expectations of a successful test run
* Unless important for the test, provide `ssb-server` as the implementation puppets will run in
the test (keeps scripts uniform)
## License
All test scripts added to this repository are licensed under the MIT license.