diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-06-15 21:26:56 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-06-15 21:26:56 +0000 |
| commit | 4d9545260509d238e7ba809d39b3a4e602f5777b (patch) | |
| tree | 6e3d18691ad71c90c25c2badb990ad9887642c8b /nova/tests | |
| parent | 5aea01e0f9ed5f79f9eda92bf4ac4340ceb33d95 (diff) | |
| parent | f28731c1941e57b776b519783b0337e52e1484ab (diff) | |
Merge "Add libvirt min version check."
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/fakelibvirt.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nova/tests/fakelibvirt.py b/nova/tests/fakelibvirt.py index 563677cca..3e4c63719 100644 --- a/nova/tests/fakelibvirt.py +++ b/nova/tests/fakelibvirt.py @@ -509,6 +509,9 @@ class Connection(object): if self._uri == 'qemu:///system': return 'QEMU' + def getLibVersion(self): + return 9007 + def getVersion(self): return 14000 |
