Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pybridge: Fix cockpit_Machines directory lookup
lookup_config() must be called with a relative path, as otherwise joining some "/etc/.." prefix to the given value always results in the value itself, due to how path joining works. That led to trying to write the config into the nonexisting /machines.d/ directory, breaking a lot of TestMultiMachine tests on CoreOS with the Python bridge.
- Loading branch information