From 2247ba3aeeed6d30f3f846ec3831fb76ecbeab8b Mon Sep 17 00:00:00 2001 From: Jarno Rantanen Date: Tue, 27 Nov 2018 12:58:53 +0200 Subject: [PATCH] Add note about test projects. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 045a066..0f55c9d 100644 --- a/README.md +++ b/README.md @@ -118,3 +118,12 @@ Variable | Default | Notes `INFLUXDB_DB` | | Required when using `INFLUXDB_URL`; e.g. `my_database`. `INFLUXDB_CREDENTIALS` | | Required when using `INFLUXDB_URL`; e.g. `user:pass`. `INFLUXDB_MEASUREMENT` | `docker_volume_backup` | Required when using `INFLUXDB_URL`. + +## Testing + +A bunch of test cases exist under [`test`](test/). To run them: + + cd test/backing-up-locally/ + docker-compose stop && docker-compose rm -f && docker-compose build && docker-compose up + +Some cases may need secrets available in the environment, e.g. for S3 uploads to work.