diff options
author | sebdet <sebastien.determe@intl.att.com> | 2018-12-19 17:36:33 +0100 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2018-12-19 17:36:33 +0100 |
commit | 70efa49c94d0514670c160835b91cde9da9ce04e (patch) | |
tree | e1908200459862063de9f1074f51e07583eb703b /src/test/resources | |
parent | 279a9e751159e1b48366a69300997c6375a36424 (diff) |
Add dynamic port
Add dynamic port tfor concurrent build, and add more parameters to
policyClient
Issue-ID: CLAMP-252
Change-Id: I12dcb29eb69943b187f201ba3ca8884d50e62ef8
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'src/test/resources')
-rw-r--r-- | src/test/resources/https/https-test.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/https/https-test.properties b/src/test/resources/https/https-test.properties index 34b7222e4..7614e1770 100644 --- a/src/test/resources/https/https-test.properties +++ b/src/test/resources/https/https-test.properties @@ -34,7 +34,7 @@ server.ssl.key-password=testpass ### In order to be user friendly when HTTPS is enabled, ### you can add another HTTP port that will be automatically redirected to HTTPS ### by enabling this parameter (server.http.port) and set it to another port (80 or 8080, 8090, etc ...) -server.http-to-https-redirection.port=10080 +server.http-to-https-redirection.port=${clamp.it.tests.http-redirected} ### HTTP Example: ###-------------- |