summaryrefslogtreecommitdiff
path: root/src/tests/test_configd_inspect.py
AgeCommit message (Collapse)Author
2025-01-10T7042: drop use of inspect module in favor of ast for source analysisJohn Estabrook
This avoids importing the config mode script as a module, with requisite dependencies, which may be inconvenient.
2024-08-02T6632: add missing standard functions to config scriptsJohn Estabrook
2024-06-26smoketest: T6510: make test_configd_inspect.py a build time testChristian Breunig
Rather then waiting for a fully assembled ISO image to validate if there is no incompatibility with vyos-configd - like more then one instance of Config(), make this a build time test case for "make test"