From 1825abc8da4db5e5a85e30386c7598a61c59aa9d Mon Sep 17 00:00:00 2001 From: Yun Mao Date: Mon, 18 Jun 2012 13:12:31 -0400 Subject: Set libvirt_nonblocking to true by default for Folsom. Make the fake libvirt module look more like the real module. Change-Id: Ie03f24c6e5c3027d83d8f3d87d049f7f9df29e5b --- nova/tests/fakelibvirt.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nova/tests') diff --git a/nova/tests/fakelibvirt.py b/nova/tests/fakelibvirt.py index 3e4c63719..4350a8878 100644 --- a/nova/tests/fakelibvirt.py +++ b/nova/tests/fakelibvirt.py @@ -797,3 +797,9 @@ def openAuth(uri, auth, flags): "this auth method")) return Connection(uri, readonly=False) + + +virDomain = Domain + + +virConnect = Connection -- cgit