Use new console information in hypervisor abstraction
This makes use of the new way of returning console information from the master daemon. Unittests are included. Signed-off-by:Michael Hanselmann <hansmi@google.com> Reviewed-by:
René Nussbaumer <rn@google.com>
Showing
- Makefile.am 4 additions, 0 deletionsMakefile.am
- lib/cmdlib.py 2 additions, 7 deletionslib/cmdlib.py
- lib/hypervisor/hv_base.py 2 additions, 2 deletionslib/hypervisor/hv_base.py
- lib/hypervisor/hv_chroot.py 14 additions, 7 deletionslib/hypervisor/hv_chroot.py
- lib/hypervisor/hv_fake.py 7 additions, 3 deletionslib/hypervisor/hv_fake.py
- lib/hypervisor/hv_kvm.py 21 additions, 17 deletionslib/hypervisor/hv_kvm.py
- lib/hypervisor/hv_lxc.py 7 additions, 2 deletionslib/hypervisor/hv_lxc.py
- lib/hypervisor/hv_xen.py 7 additions, 3 deletionslib/hypervisor/hv_xen.py
- test/ganeti.hypervisor.hv_chroot_unittest.py 54 additions, 0 deletionstest/ganeti.hypervisor.hv_chroot_unittest.py
- test/ganeti.hypervisor.hv_fake_unittest.py 44 additions, 0 deletionstest/ganeti.hypervisor.hv_fake_unittest.py
- test/ganeti.hypervisor.hv_kvm_unittest.py 45 additions, 1 deletiontest/ganeti.hypervisor.hv_kvm_unittest.py
- test/ganeti.hypervisor.hv_lxc_unittest.py 46 additions, 0 deletionstest/ganeti.hypervisor.hv_lxc_unittest.py
- test/ganeti.hypervisor.hv_xen_unittest.py 48 additions, 0 deletionstest/ganeti.hypervisor.hv_xen_unittest.py
Loading
Please register or sign in to comment