vagrant/test/unit/plugins/guests/windows/cap
Shawn Neal 911406ed4a Addressed issues with Windows guest renaming on Win7/8
Removed dependency upon netdom which is not always available on all Windows versions. This implementation that uses PowerShell and WMI should work on all OS and PowerShell versions.

Fixed another issue where host renames would always happen when the hostname was longer than 15 characters. The COMPUTERNAME environment variable only returns the first 15 characters so we no longer use that to check the current host name.
2014-06-25 12:15:01 -07:00
..
change_host_name_test.rb Addressed issues with Windows guest renaming on Win7/8 2014-06-25 12:15:01 -07:00
halt_test.rb Backfilled unit tests for Windows guest support 2014-04-22 11:03:37 -07:00
mount_shared_folder_test.rb Backfilled unit tests for Windows guest support 2014-04-22 11:03:37 -07:00
reboot_test.rb Added test to verify Windows symlinks to shares are fixed 2014-04-30 17:36:36 -07:00