瀏覽代碼

TESTS: rename nginx-proxy-tester.sh to test.sh

Thomas LEVEIL 8 年之前
父節點
當前提交
e6bc7e6043
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      test2/README.md
  2. 2 2
      test2/requirements/README.md
  3. 0 0
      test2/test.sh

+ 1 - 1
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

+ 2 - 2
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.

+ 0 - 0
test2/nginx-proxy-tester.sh → test2/test.sh