DEV Community

Fernando B πŸš€
Fernando B πŸš€

Posted on

2

If you're a sysadmin, I'd like to get your feedback.

Are there any Windows/Linux Server System Admins here on Dev.to? I created this unit testing framework a while back, and I wonder if other folks would benefit from it. We have found it extremely useful at my company. Any feedback I would be interested to hear about it.

For context I do QC in the Automation department and I created this from scratch to do quicker testing iterations and avoid human error in manual testing. I think there are other venues like DSC https://docs.microsoft.com/en-us/powershell/scripting/dsc/overview/overview?view=powershell-7.1, but I am not sure if it lives up to my framework which can be extended to test just about anything.

We unit test 30+ VMs in esxi, most of them are Windows Server VMs, but my framework can also test Linux configuration as long as powershell is installed on the Linux VM.

Features:

  • Modular
  • Unit tests configurable with json files
  • Hard to configure tests, can be done with powershell scripts
  • Nunit xml reports

https://github.com/TheFern2/ReadyServer

Sentry image

See why 4M developers consider Sentry, β€œnot bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay