vagrant/test/unit
Simon Baatz fa34f4d2af Fix hang at nmcli call on CentOS 7.5 when ssh.pty is enabled
`vagrant up` may hang at the "Configuring and enabling network
interfaces..." step when private networks and PTY allocation for SSH
are used.

The newer version of `nmcli` that is part of CentOS now will open a
pager (i.e. `less`) for certain commands if it finds a tty. This
causes the invocations of `nmcli` in `guest_inspection.rb` to hang.

`nmcli` disables the use of a pager in 'terse' (`-t`) output mode,
while still returning enough information for the uses in
`guest_inspection.rb`.
2018-06-13 11:10:18 +02:00
..
plugins Fix hang at nmcli call on CentOS 7.5 when ssh.pty is enabled 2018-06-13 11:10:18 +02:00
support Spelling fixes 2018-03-14 14:41:04 +00:00
templates Merge pull request #8735 from jhosteny/fix/debian_net_tools_deprecation_dhcp 2018-02-23 09:41:37 -08:00
vagrant Add test coverage for powershell module option 2018-06-12 12:32:04 -07:00
base.rb Enable documentation formatter on rspec 2017-10-05 10:17:30 -07:00
vagrant_test.rb Remove stub methods and replace with allows for rpsec 3 2017-08-04 15:02:59 -07:00