container-openvpn/test
Sylvain Lamontagne 72a3c8a001 Fix for regression
As I reworked the push options, a bug got introduced where a duplication
of push in the config for the DNS dhcp-options would make it to fail.
There was no tests covering this, so I did not catch it earlier.

I've add the missing tests and fix the bug
2016-09-22 18:12:45 -04:00
..
client test: Migrate from old test scripts 2016-08-31 12:42:53 -07:00
tests Fix for regression 2016-09-22 18:12:45 -04:00
config.sh test: Migrate from old test scripts 2016-08-31 12:42:53 -07:00
README.md test: Start to migrate to docker's upstream tests 2016-08-31 11:39:36 -07:00
run.sh test: Start to migrate to docker's upstream tests 2016-08-31 11:39:36 -07:00

Tests

Philosophy is to not re-invent the wheel while allowing users to quickly test repository specific tests.

Example invocation from top-level of repository:

docker build -t openvpn .
tests/run.sh openvpn

More details: https://github.com/docker-library/official-images/tree/master/test

Continuous Integration

The set of scripts defined by config.sh are run every time a pull request or push to the repository is made.

Maintenance

Periodically these scripts may need to be synchronized with their upsteam source. Would be nice to be able to just use them from upstream if it such a feature is added later to avoid having to copy them in place.