summaryrefslogtreecommitdiffstats
path: root/test/api
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add liblvm test case for creating of a vg.Dave Wysochanski2009-07-141-0/+95
* Rename liblvm.so to liblvm2app.so and use configure --enable-applib.Alasdair Kergon2009-05-221-2/+2
* Use liblvm.so instead of .aDave Wysochanski2009-04-281-1/+1
* Add libdevmapper to test/api building.Dave Wysochanski2009-04-201-1/+1
* Remove unnecessary linker flags for liblvm.Dave Wysochanski2009-03-081-1/+1
* Add DSO generation for new LVM application library.Dave Wysochanski2009-03-081-3/+4
* Added files lib/lvm.h and lib/lvm_base.c:Thomas Woerner2009-02-241-9/+8
* Add liblvm interactive test infrastructure to build.Dave Wysochanski2008-12-072-0/+155