salt-ext-modules-vmware
salt-ext-modules-vmware copied to clipboard
create test fixtures to build vCenter/vSphere config to expected values
Currently we're using the test_value_scraper.py as a workaround.
We need to replace test_value_scraper.py with proper fixtures that take the service instance and ensure that specific datacenters, vms, etc. are all existing.
This should potentially be fixtures using other fixtures, probably with scope='session'
:thinking: