vagrant/test/unit/plugins/providers/docker/action
Brian Cain 09af983caa
Fixes #11051: Only use host vm if specified
Prior to this commit, the docker login action assumed that if there was
a password to authenticate with, Vagrant was using a host vm to run
docker. This is likely due to some legacy decisions with how Vagrant
used to manage running docker. This commit fixes that by only grabbing a
host_vm lock if the host_vm is actually in use, otherwise login
normally.
2019-09-05 14:54:40 -07:00
..
compare_synced_folders_test.rb Add unit test for dockers compare_synced_folders 2019-02-04 11:12:55 -08:00
connect_networks_test.rb Add connect cli argument tests 2019-03-22 09:24:26 -07:00
create_test.rb Remove stub methods and replace with allows for rpsec 3 2017-08-04 15:02:59 -07:00
destroy_network_test.rb Fixup docker action destroy_network test 2019-03-20 13:35:46 -07:00
host_machine_sync_folders_test.rb Add test for syncing folders with docker provider 2018-10-17 14:14:27 -07:00
login_test.rb Fixes #11051: Only use host vm if specified 2019-09-05 14:54:40 -07:00
prepare_networks_test.rb Add test for requesting public ip range for docker network provider 2019-03-22 09:02:40 -07:00