Changeset 3871dbd in mod_gnutls


Ignore:
Timestamp:
Jan 8, 2020, 1:15:20 PM (3 years ago)
Author:
Fiona Klute <fiona.klute@…>
Branches:
asyncio, main, master, proxy-ticket
Children:
dda0f4a
Parents:
8666b50
Message:

Move TEST_HTTP_PORT definition to Makefile.am with the other ports

Having all port definitions in one place makes it easier to understand
the test environment.

Location:
test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r8666b50 r3871dbd  
    274274# port for TLS proxy backend server
    275275BACKEND_PORT ?= 9934
     276# port for plain HTTP server
     277TEST_HTTP_PORT ?= 9935
    276278# port for the OCSP responder
    277279if ENABLE_OCSP_TEST
     
    297299        export BACKEND_HOST="@TEST_HOST@"; \
    298300        export BACKEND_PORT="$(BACKEND_PORT)"; \
     301        export TEST_HTTP_PORT="$(TEST_HTTP_PORT)"; \
    299302        export HTTP_CLI="@HTTP_CLI@";
    300303
  • test/test-26_redirect_HTTP_to_HTTPS.bash

    r8666b50 r3871dbd  
    33# This test checks if mod_rewrite rules can detect HTTPS connections
    44# with "%{HTTPS}".
    5 
    6 : ${TEST_HTTP_PORT:="9935"}
    7 export TEST_HTTP_PORT
    8 
    95. ${srcdir}/netns_py.bash ${srcdir}/runtest.py --test-number 26
Note: See TracChangeset for help on using the changeset viewer.