summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli/test_service_config-sync.py
AgeCommit message (Collapse)Author
2026-05-28T8502: op-mode call needs to wait on completion of remote commitJohn Estabrook
The added calculations were just enough to introduce a race between remote commit completion and show remote config.
2026-04-01config-sync: T7784: Add command to diff configuration with secondary nodeOleksandr Kuchmystyi
Add a new operational command to compare configuration between nodes participating in config synchronization. New command: - `show configuration secondary sync [commands] [running|candidate|saved] [config-node-path]`. This allows operators to view configuration differences across secondary peer before applying or syncing changes. Supports: - displaying using raw diff and 'commands' format; - optional section filtering (subtree comparison); - selectable config source (running, candidate, saved).