cbef5865eccb681a72ad795eb7a7709059a03947
wait_init.ttl: the comparison was strictly greater than WT_MIN, so a unit reporting exactly 216 never passed and Script A sat in the poll loop forever. 216 is not an arbitrary number -- TL_PAIRS holds 108 loopback pairs, so 108 x 2 = 216 is every cabled port being up, i.e. precisely the state being waited for. Comparison is now `< WT_MIN`, making the threshold "at least 216". Script A: bring the 100G uplinks into a known state before reading their status -- Ethernet513 on asic0, Ethernet514 on asic1 -- and persist it with `config save -y`. The stray `wait` after show_dmesg is dropped; the one opening the new block consumes that prompt instead. Version left at V1.0.5. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014RetWKFZFG1ZHcitQAyhwM
Description
Blanton Tera Term TTL reliability test
4.2 MiB