Skip to content
Nils Schneider edited this page Apr 7, 2016 · 1 revision

Automated tests would be awesome

Testing Gluon becomes harder with each new feature. Therefore, automated testing. This should be a simple make target (make test).

A simple test scenario may look like this:

  • build gluon using a fixed site for a specific target (e.g. x86 vm)
  • run multiple instances of it in Qemu, connect them on a network
  • check whether each instance pings
  • check whether the status page works on the first of them
  • check whether the mesh works
  • check whether fastd works
  • ...