Ahmed Karic
Ahmed Karic
### Current Behavior In the failure() function, the gen-version command is currently writing its output to the wrong directory. The command: ``` gen-version >"$FACTORY_D/20-version.json" ``` is targeting the $FACTORY_D directory....
Write a test case to verify interface enable/disable feature: * Configure: Disable interface * Read operational data : `admin-status`, shows `disabled` * Configure: Enable interface + add IPv4 address *...
This PR adds a validation rule to prevent incomplete container mount configurations. Ensures that either "source" or "content" is present when "target" is specified, avoiding runtime errors caused by undefined...