Just few things from all code to test:
- Test if all docker images builds successfully:
$ cd docker
$ ./dockerBuild.sh rebuild all- Check if daemon is not broken and if its possible to start it.
$ cd ./docker
$ docker-compose up -d- Check if test can accept configuration and run. (Edit and validate configuration before executing:
docker-compose up)
$ docker-compose exec runner vpnspeed up /opt/vpnspeed/vpnspeed.yaml- Try to generate report
$ docker-compose exec runner vpnspeed reportThis is still a new project, so there aren't many tests. To run them execute:
$ python3 -m unittest discover -s test