summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Make lvconvert honour log mirror options combined with downconversion.Petr Rockai2009-08-021-0/+6
* Add test for RHBZ 481793 (passing, thanks to vg_read changes checked inPetr Rockai2009-08-022-1/+22
* renamed include filesAlasdair Kergon2009-07-292-2/+4
* Update interactive unit test - fix silly vg_close error.Dave Wysochanski2009-07-281-2/+2
* Update interactive unit test for liblvm - add vg_write, general cleanup.Dave Wysochanski2009-07-281-27/+52
* Add lvm_vg_get_seqno, updating lvm.h and unit test.Dave Wysochanski2009-07-281-2/+3
* Add lvm_library_get_version() and update unit tests to display version.Dave Wysochanski2009-07-282-0/+2
* Rename lvm_create to lvm_init and lvm_destroy to lvm_quit.Dave Wysochanski2009-07-282-6/+6
* Add config_reload and config_override to test.c, change prompt.Dave Wysochanski2009-07-271-1/+38
* Update test/api/test.c to include lvm_vg_reduce and lvm_vg_extend.Dave Wysochanski2009-07-271-0/+82
* Update test/api/vgtest.c to include lvm_vg_reduce.Dave Wysochanski2009-07-271-44/+76
* Update test/api/test.c to display lvm_lv_is_active and lvm_lv_is_suspended.Dave Wysochanski2009-07-261-2/+5
* Update test/api/test.c to call lv_deactivate and lv_activate.Dave Wysochanski2009-07-261-0/+44
* Update test/api/*.c to use consistent liblvm error returns.Dave Wysochanski2009-07-262-7/+7
* Rename lvm_scan_vgs to lvm_scan.Dave Wysochanski2009-07-261-1/+1
* Rename lvm_vg_get_free to lvm_vg_get_free_size.Dave Wysochanski2009-07-261-1/+1
* Rename lvm_list_vg_ids to lvm_list_vg_uuids.Dave Wysochanski2009-07-261-1/+1
* Update test/api/test.c to call lvm_lv_remove.Dave Wysochanski2009-07-261-2/+46
* Update test/api/test.c - correct list_vg_names and list_vg_ids.Dave Wysochanski2009-07-261-8/+8
* Update test/api/test.c for liblvm 'get' functions.Dave Wysochanski2009-07-261-7/+10
* Update test/api/test.c to call lvm_vg_create_lv_linear.Dave Wysochanski2009-07-261-0/+24
* Update test/api/test.c to handle read/write open modes.Dave Wysochanski2009-07-261-2/+4
* Add tests for lvm_vg_name_list, lvm_vg_id_list and lvm_scan_vgs.Dave Wysochanski2009-07-241-0/+46
* Update test/api/test.c to not segfault if null lists of pvs/lvs returned.Dave Wysochanski2009-07-241-9/+20
* Update test/api/test.c for simple tests involving pv/vg/lv name/uuid attributes.Dave Wysochanski2009-07-231-8/+212
* Add a couple lvm_vg_open() calls to vgtest.c.Dave Wysochanski2009-07-221-0/+14
* Update api/test/vgtest.c error handling.Dave Wysochanski2009-07-221-9/+6
* Update test/api/vgtest.c to use lvm_errno and lvm_errmsg.Dave Wysochanski2009-07-221-5/+10
* Fix build environment of test/api: Make it usable for more than one test case.Dave Wysochanski2009-07-211-11/+15
* Rename test/api/vgcreate.c to vgtest.c to reduce filename conflicts in tree.Dave Wysochanski2009-07-211-0/+0
* Fix compile warnings in vgcreate liblvm api unit test case.Dave Wysochanski2009-07-211-4/+5
* Refuse to open VG with MISSING_PVs for update unless handles_missing_pvs is set.Petr Rockai2009-07-151-0/+4
* Fix pvremove test breakage.Dave Wysochanski2009-07-141-0/+1
* Add a few negative tests which should fail cleanly if pv, vg, lvs don't exist.Dave Wysochanski2009-07-143-3/+7
* Add liblvm test case for creating of a vg.Dave Wysochanski2009-07-141-0/+95
* Change exit() to _exit() in the child process. exit flushes stdio file buffers,Mikulas Patocka2009-07-131-1/+2
* Get rid of the mdadm presence check in t-000-basic: no actual test usesPetr Rockai2009-07-131-4/+0
* Update t-vgcreate-usage.sh to check for default vg properties.Dave Wysochanski2009-07-091-3/+8
* Add t-lvm-init.sh - test lvm init routines and error paths.Dave Wysochanski2009-07-081-0/+21
* Continue to make --units and --size consistent (in code and man pages):Mike Snitzer2009-07-071-1/+1
* Fix t-inconsistent-metadata.sh.Dave Wysochanski2009-07-011-8/+11
* Allow metadata correction even when PVs are missing.Petr Rockai2009-06-101-1/+0
* Fix various problems in testsMilan Broz2009-06-063-6/+15
* Fix double releasing of vg when repairing of vg is requested.Milan Broz2009-06-051-5/+5
* Add vgrename test to check for existence of new vg.Dave Wysochanski2009-06-051-0/+8
* Use lvconvert --repair instead of vgreduce in mirror dmeventd DSO (mornfall)Milan Broz2009-06-041-4/+4
* Fix rename of active snapshot with virtual origin.Milan Broz2009-06-011-0/+7
* Fix convert polling to ignore LV with different UUID.Milan Broz2009-06-011-14/+13
* Temporary disable one of lvconvert tests.Milan Broz2009-05-221-13/+14
* Rename liblvm.so to liblvm2app.so and use configure --enable-applib.Alasdair Kergon2009-05-221-2/+2