Page MenuHomeVyOS Platform

Drop requirement of importing script in build time test test_configd_inspect.py
Closed, ResolvedPublicBUG

Description

Using the inspect module on the imported config-mode scripts requires importing dependencies into the environment, which may be inconvenient. As the use of the inspect module was simply a manner to getsource/signature, rewrite with ast module.

Details

Version
-
Is it a breaking change?
Perfectly compatible
Issue type
Internal change (not visible to end users)