summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli/test_config_save.py
AgeCommit message (Collapse)Author
2025-10-21smoketest: T7858: make config save test failfast main argument dynamicChristian Breunig
This extends commit 2c521f135 ("smoketest: T7858: make failfast main argument dynamic").
2025-09-30smoketest: T7858: make failfast main argument dynamicChristian Breunig
When smoketest debugging is enabled (by creating the file /tmp/vyos.smoketest.debug), all available smoketests will fail fast instead of running to completion. This helps reduce test time when something is broken or undergoing refactoring, as it avoids waiting for the full test suite to finish.
2025-09-24T7709: add smoketest for config saveJohn Estabrook
Check that write_file_sync reaches disk, by using util vmtouch to evict cache.