dmacvicar / terraform-provider-libvirt

Terraform provider to provision infrastructure with Linux's KVM using libvirt
Apache License 2.0
1.59k stars 458 forks source link

Fix pty console integration tests #785

Closed dmacvicar closed 4 years ago

dmacvicar commented 4 years ago

setConsoles() should create a pty console using the DomainChardevSourcePty XML struct and not fallthrough the DomainChardevSourceDev case, which produces an input/output error when libvirt tried to use the console.