hashicorp / nomad-driver-virt

Mozilla Public License 2.0
8 stars 1 forks source link

Add basic test for the driver #33

Closed Juanadelacuesta closed 4 weeks ago

Juanadelacuesta commented 1 month ago

This PR introduces tests for the basic functionalities of the virt driver, due to the construction of the plugin harness it is not easy to test error propagation, which adds to the low test coverage so far.

In the same PR, there are some changes to setting the configuration for libvirt, because the libvirt driver was hardcoded into the virt plugin code, making it impossible to mock and unitest.