You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by dm...@apache.org on 2022/06/08 21:24:02 UTC

[trafficserver] branch 10-Dev updated: Autest: This tests seems not happy when using traffic_manager instead of traffic_server. (#8895)

This is an automated email from the ASF dual-hosted git repository.

dmeden pushed a commit to branch 10-Dev
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/10-Dev by this push:
     new a7f311e58 Autest: This tests seems not happy when using traffic_manager instead of traffic_server. (#8895)
a7f311e58 is described below

commit a7f311e589508b949e90170625657f982f025672
Author: Damian Meden <da...@gmail.com>
AuthorDate: Wed Jun 8 22:23:55 2022 +0100

    Autest: This tests seems not happy when using traffic_manager instead of traffic_server. (#8895)
    
    As traffic_manager is no longer needed to handle the reload message use traffic_server instead.
---
 tests/gold_tests/remap/remap_reload.test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/gold_tests/remap/remap_reload.test.py b/tests/gold_tests/remap/remap_reload.test.py
index 6660dcc58..57ac1a58a 100644
--- a/tests/gold_tests/remap/remap_reload.test.py
+++ b/tests/gold_tests/remap/remap_reload.test.py
@@ -25,7 +25,7 @@ replay_file_2 = "reload_2.replay.yaml"
 replay_file_3 = "reload_3.replay.yaml"
 replay_file_4 = "reload_4.replay.yaml"
 
-tm = Test.MakeATSProcess("tm", command="traffic_manager", select_ports=True)
+tm = Test.MakeATSProcess("tm", select_ports=True)
 tm.Disk.diags_log.Content = Testers.ContainsExpression("remap.config failed to load", "Remap should fail to load")
 remap_cfg_path = os.path.join(tm.Variables.CONFIGDIR, 'remap.config')