Skip to content

Commit 52f9b7b

Browse files
authored
Fix traffic_ctl server AuTest (#12537)
1 parent 6f7cf27 commit 52f9b7b

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

tests/gold_tests/traffic_ctl/traffic_ctl_server_output.test.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,16 @@
2828

2929
Test.ContinueOnFail = True
3030

31+
records_yaml = '''
32+
exec_thread:
33+
autoconfig:
34+
enabled: 0
35+
limit: 4
36+
'''
37+
3138
Test.Summary = 'Basic test for traffic_ctl server command features.'
3239

33-
traffic_ctl = Make_traffic_ctl(Test)
40+
traffic_ctl = Make_traffic_ctl(Test, records_yaml)
3441
######
3542
# traffic_ctl server status
3643
traffic_ctl.server().status().validate_with_text(

0 commit comments

Comments
 (0)