A colleague of mine created a proxmox extension for foreman_bootdisk: https://github.com/theforeman/foreman_bootdisk/pull/90
Unfortunately the tests are not running because the foreman_bootdisk plugin requires the foreman_fog_proxmox plugin to be able to run the tests:
is it somehow possible to fix this in the foreman test environment? The dependency of foreman_fog_proxmox in foreman_bootdisk is only required to run the tests. The proxmox extension in foreman_bootdisk is written like this, that its not used if foreman_fog_proxmox is not installed (which is of course not always the case).