The bareon.tests.test_lvm_utils
Module¶
-
class
bareon.tests.test_lvm_utils.
TestLvmUtils
(methodName='runTest')¶ Bases:
unittest2.case.TestCase
-
test_lvcreate_lv_already_exists
(*args, **keywargs)¶
-
test_lvcreate_lv_name_collision
(*args, **keywargs)¶
-
test_lvcreate_not_enough_space
(*args, **keywargs)¶
-
test_lvcreate_not_found
(*args, **keywargs)¶
-
test_lvcreate_ok
(*args, **keywargs)¶
-
test_lvdisplay
(*args, **keywargs)¶
-
test_lvremove_not_found
(*args, **keywargs)¶
-
test_lvremove_ok
(*args, **keywargs)¶
-
test_pvcreate_duplicate
(*args, **keywargs)¶
-
test_pvcreate_ok
(*args, **keywargs)¶
-
test_pvdisplay
(*args, **keywargs)¶
-
test_pvremove_attached_to_vg
(*args, **keywargs)¶
-
test_pvremove_notfound
(*args, **keywargs)¶
-
test_pvremove_ok
(*args, **keywargs)¶
-
test_vgcreate_duplicate
(*args, **keywargs)¶
-
test_vgcreate_ok
(*args, **keywargs)¶
-
test_vgcreate_pv_attached
(*args, **keywargs)¶
-
test_vgcreate_pv_not_found
(*args, **keywargs)¶
-
test_vgdisplay
(*args, **keywargs)¶
-
test_vgextend_not_found
(*args, **keywargs)¶
-
test_vgextend_ok
(*args, **keywargs)¶
-
test_vgextend_pv_attached
(*args, **keywargs)¶
-
test_vgextend_pv_not_found
(*args, **keywargs)¶
-
test_vgreduce_ok
(*args, **keywargs)¶
-
test_vgreduce_pv_not_attached
(*args, **keywargs)¶
-
test_vgreduce_vg_not_found
(*args, **keywargs)¶
-
test_vgremove_not_found
(*args, **keywargs)¶
-
test_vgremove_ok
(*args, **keywargs)¶
-