Server testing
Goss
- GitHub
- Docs
- Quick start
- Platform feature-parity
- "
goss
works well on Linux, but support on Windows & macOS is alpha"
- "
- Tutorial: Work with Serverspec alternative tool Goss
Install:
pamac install goss-bin
Create test:
goss add addr google.com:443
cat goss.yaml
goss validate
Templates
Issues:
Testinfra
- GitHub
- Docs
- Slow development
- Not fully compatible with OSX
- Testinfra uses system calls to tool like
nc
orgetent
, which work differently on Linux an Mac i.e.
- Testinfra uses system calls to tool like
Unmaintained
- Serverspec (Ruby)