4ad0ae7f82
This modifies the travis-ci configuration to build and install libvirt 1.2.2 and 2.3.0 for integration testing. Simple integration tests have been included for Connect() and Disconnect().
8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
# libvirtd configuration for travis-ci
|
|
listen_tls = 0
|
|
listen_tcp = 1
|
|
tcp_port = "16509"
|
|
listen_addr = "127.0.0.1"
|
|
auth_unix_rw = "none"
|
|
auth_tcp = "none"
|