Fixing docstring of hv_xen_unittest.py
authorHelga Velroyen <helgav@google.com>
Tue, 4 Jun 2013 13:45:26 +0000 (15:45 +0200)
committerHelga Velroyen <helgav@google.com>
Wed, 12 Jun 2013 07:16:48 +0000 (09:16 +0200)
The introductory comment of hv_xen_unittest.py referred to
the wrong hypervisor.

Signed-off-by: Helga Velroyen <helgav@google.com>
Reviewed-by: Thomas Thrainer <thomasth@google.com>

test/py/ganeti.hypervisor.hv_xen_unittest.py

index e87e62f..059e0f0 100755 (executable)
@@ -19,7 +19,7 @@
 # 02110-1301, USA.
 
 
-"""Script for testing ganeti.hypervisor.hv_lxc"""
+"""Script for testing ganeti.hypervisor.hv_xen"""
 
 import string # pylint: disable=W0402
 import unittest