An open API service indexing awesome lists of open source software.

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

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.