Merge branch 'stable-2.8' into stable-2.9
[ganeti-local] / test / py / ganeti.hypervisor.hv_xen_unittest.py
2013-12-11 Klaus AehligMerge branch 'stable-2.8' into stable-2.9
2013-12-05 Jose A. LopesUpdate tests
2013-08-28 Helga VelroyenReplace LD_* constants with DT_* constants
2013-07-01 Bernardo Dal SenoHypervisors report CPUs used by the node OS
2013-06-13 Thomas ThrainerIndex nodes by their UUID
2013-06-12 Helga VelroyenRemove XEN_CMD from constants, adjust to PowercycleNode
2013-06-12 Helga Velroyenhv_xen.py: make hvparams mandatory, remove fallbacks
2013-06-12 Helga Velroyenhypervisors: add hvparams to GetNodeInfo
2013-06-12 Helga Velroyenhv_xen.py: renaming residual 'xm' occurrences
2013-06-12 Helga VelroyenUse hvparams in instance migration
2013-06-12 Helga VelroyenVerify: xen toolstack, hypervisor and hvparams
2013-06-12 Helga Velroyenhv_xen.py: _RunXen and GetInstanceList use hvparams
2013-06-12 Helga Velroyenhv_xen.py: rename GetXmList to GetInstanceList
2013-06-12 Helga Velroyenhv_xen._GetCommand: retrieve xen command from hvparams
2013-06-12 Helga VelroyenUnit tests for hv_xen._GetCommand
2013-06-12 Helga VelroyenFixing docstring of hv_xen_unittest.py
2013-05-17 Balazs LeczStash Xen config file after a failed startup
2013-02-20 Michael HanselmannTest "GetNodeInfo" for Xen hypervisor
2013-01-25 Michael Hanselmannhv_xen: Fix issues with migration, add tests
2013-01-25 Michael Hanselmannhv_xen: Test various forms of getting instance/node...
2013-01-25 Michael Hanselmannhv_xen: Test stopping an instance
2013-01-25 Michael Hanselmannhv_xen: Test starting an instance
2013-01-25 Michael Hanselmannhv_xen: Test reading non-existent config file
2013-01-25 Michael Hanselmannhv_xen: Test verifying hypervisor
2013-01-25 Michael Hanselmannhv_xen: Test removing config from "auto" directory
2013-01-25 Michael HanselmannEstablish base for testing Xen hypervisor abstraction
2013-01-25 Michael Hanselmannhv_xen: Test errors while writing config file
2013-01-25 Michael Hanselmannhv_xen: Test using unknown Xen command
2013-01-24 Michael Hanselmannhv_xen: Factorize and test disk configuration
2013-01-24 Michael Hanselmannhv_xen: Refactor getting node information, add tests
2013-01-24 Michael Hanselmannhv_xen: Refactor running & parsing "xm list", add tests
2013-01-18 Michael Hanselmannhv_xen: Add test for CPU pinning configuration
2012-12-27 Iustin PopMove python test files to test/py