From e6bc7e60438800b1cd6bae9973e0325fa0bba67d Mon Sep 17 00:00:00 2001 From: Thomas LEVEIL Date: Sat, 11 Feb 2017 03:47:31 +0100 Subject: [PATCH] TESTS: rename nginx-proxy-tester.sh to test.sh --- test2/README.md | 2 +- test2/requirements/README.md | 4 ++-- test2/{nginx-proxy-tester.sh => test.sh} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename test2/{nginx-proxy-tester.sh => test.sh} (100%) diff --git a/test2/README.md b/test2/README.md index 3e98976..f683c71 100644 --- a/test2/README.md +++ b/test2/README.md @@ -9,7 +9,7 @@ You need [python 2.7](https://www.python.org/) and [pip](https://pip.pypa.io/en/ requirements/build.sh pip install -r requirements/python-requirements.txt -If you can't install those requirements on your computer, you can alternatively use the _nginx-proxy-tester.sh_ script which will run the tests from a Docker container which has those requirements. +If you can't install those requirements on your computer, you can alternatively use the _test.sh_ script which will run the tests from a Docker container which has those requirements. Prepare the nginx-proxy test image diff --git a/test2/requirements/README.md b/test2/requirements/README.md index ec93807..8c18897 100644 --- a/test2/requirements/README.md +++ b/test2/requirements/README.md @@ -13,7 +13,7 @@ pip: pip install -r python-requirements.txt -If you don't want to run the test from your computer, you can run the tests from a docker container, see the _nginx-proxy-tester.sh_ script. +If you don't want to run the test from your computer, you can run the tests from a docker container, see the _test.sh_ script. # Images @@ -49,4 +49,4 @@ answer from port 80 This is an optional requirement which is usefull if you cannot (or don't want to) install pytest and its requirements on your computer. In this case, you can use the `nginx-proxy-tester` docker image to run the test suite from a Docker container. -To use this image, it is mandatory to run the container using the `nginx-proxy-tester.sh` shell script. +To use this image, it is mandatory to run the container using the `test.sh` shell script. The script will build the image and run a container from it with the appropriate volumes and settings. diff --git a/test2/nginx-proxy-tester.sh b/test2/test.sh similarity index 100% rename from test2/nginx-proxy-tester.sh rename to test2/test.sh