|
41 | 41 | ###### |
42 | 42 | # traffic_ctl server status |
43 | 43 | traffic_ctl.server().status().validate_with_text( |
44 | | - '{"initialized_done": "true", "is_ssl_handshaking_stopped": "false", "is_draining": "false", "is_event_system_shut_down": "false", "thread_groups": [{"name": "ET_NET", "count": "4", "started": "true"}, {"name": "ET_TASK", "count": "2", "started": "true"}, {"name": "ET_UDP", "count": "0", "started": "false"}]}' |
| 44 | + '{"initialized_done": "true", "is_ssl_handshaking_stopped": "false", "is_draining": "false", "is_event_system_shut_down": "false", "thread_groups": [{"name": "ET_NET", "count": "``", "started": "true"}, {"name": "ET_TASK", "count": "2", "started": "true"}, {"name": "ET_UDP", "count": "0", "started": "false"}]}' |
45 | 45 | ) |
46 | 46 | # Drain ats so we can check the output. |
47 | 47 | traffic_ctl.server().drain().exec() |
48 | 48 |
|
49 | 49 | # After the drain, server status should reflect this change. |
50 | 50 | traffic_ctl.server().status().validate_with_text( |
51 | | - '{"initialized_done": "true", "is_ssl_handshaking_stopped": "false", "is_draining": "true", "is_event_system_shut_down": "false", "thread_groups": [{"name": "ET_NET", "count": "4", "started": "true"}, {"name": "ET_TASK", "count": "2", "started": "true"}, {"name": "ET_UDP", "count": "0", "started": "false"}]}' |
| 51 | + '{"initialized_done": "true", "is_ssl_handshaking_stopped": "false", "is_draining": "true", "is_event_system_shut_down": "false", "thread_groups": [{"name": "ET_NET", "count": "``", "started": "true"}, {"name": "ET_TASK", "count": "2", "started": "true"}, {"name": "ET_UDP", "count": "0", "started": "false"}]}' |
52 | 52 | ) |
53 | 53 |
|
54 | 54 | # Get basic and empty connection tracker info. |
|
0 commit comments