fog / fog-libvirt

libvirt provider for fog
MIT License
16 stars 42 forks source link

Filter out UNDEFINE_NVRAM for test:///default #154

Closed ekohl closed 1 month ago

ekohl commented 1 month ago

The test driver doesn't support UNDEFINE_NVRAM and I couldn't find a way to probe for the capability. This hacks around it by looking at the service uri and filters out the flag.

It also adds an explicit test since previously the exception was swallowed. A new server is created to avoid interference with other tests.

(cherry picked from commit 14ac85efb35e0a1e1a2542b082d948a2616ea39b)