This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new a34a122 Removes code related to removed configuration
a34a122 is described below
commit a34a1227cea1d66f28eba34c1165205f108d0371
Author: Leif Hedstrom <[email protected]>
AuthorDate: Tue Apr 30 07:30:22 2019 -0600
Removes code related to removed configuration
---
tests/README.md | 1 -
tests/gold_tests/autest-site/trafficserver.test.ext | 3 ---
2 files changed, 4 deletions(-)
diff --git a/tests/README.md b/tests/README.md
index 84fb30f..e9ff442 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -67,7 +67,6 @@ These are the current variables that are defined dynamically
for Trafficserver
port - the ipv4 port to listen on
portv6 - the ipv6 port to listen on
-manager_port - the manager port used. This is set even is select_port is False
admin_port - the admin port used. This is set even is select_port is False
#### File objects
diff --git a/tests/gold_tests/autest-site/trafficserver.test.ext
b/tests/gold_tests/autest-site/trafficserver.test.ext
index 64ca922..7ae7626 100755
--- a/tests/gold_tests/autest-site/trafficserver.test.ext
+++ b/tests/gold_tests/autest-site/trafficserver.test.ext
@@ -254,15 +254,12 @@ def MakeATSProcess(obj, name, command='traffic_server',
select_ports=True):
else:
p.Variables.port = 8080
p.Variables.portv6 = 8080
- get_port(p, "manager_port")
get_port(p, "admin_port")
# set the ports
if select_ports:
p.Env['PROXY_CONFIG_HTTP_SERVER_PORTS'] = "{0} {1}:ipv6".format(
p.Variables.port, p.Variables.portv6) # your own listen port
- p.Env['PROXY_CONFIG_PROCESS_MANAGER_MGMT_PORT'] = str(
- p.Variables.manager_port)
p.Env['PROXY_CONFIG_ADMIN_SYNTHETIC_PORT'] = str(p.Variables.admin_port)
p.Env['PROXY_CONFIG_ADMIN_AUTOCONF_PORT'] = str(
p.Variables.admin_port) # support pre ATS 6.x