vagrant/test/unit/plugins
Brian Cain 68dda8f853
Fixes #10224: Clear our registered providers when validating configs with no provider
Prior to this commit, if you went to validate your Vagrantfile and
wanted to ignore the provider, Vagrant would still fail as it checks if
there are any registered providers that are installed and usable. This
commit mocks out all registered providers to bypass that for the
validate command so that Vagrant can just validate the config and ignore
any provider config blocks.
2018-11-30 10:54:16 -08:00
..
commands Fixes #10224: Clear our registered providers when validating configs with no provider 2018-11-30 10:54:16 -08:00
communicators Add test coverage on new functionality 2018-11-12 15:36:21 -08:00
guests Add test for windows reboot cap 2018-11-02 16:34:57 -07:00
hosts Extract smblist information based on position 2018-08-30 10:58:56 -07:00
kernel_v2/config Fixes #10224: Allow validation of config while ignoring provider 2018-10-30 13:37:22 -07:00
providers Update default_nic_type implementation within VirtualBox provider 2018-11-26 15:58:45 -08:00
provisioners Add test coverage on new functionality 2018-11-12 15:36:21 -08:00
pushes Provide custom error when attempting to push too many files with FTP 2018-06-26 08:28:01 -07:00
synced_folders Fixes #9591: Allow for 'default' smb_username if set 2018-10-19 13:26:18 -07:00