summaryrefslogtreecommitdiffstats
path: root/test/api/test.c
Commit message (Expand)AuthorAgeFilesLines
* This patchset refactors some reporting code and completes the remainingPetr Rockai2011-04-121-0/+4
* Invert condition for READLINE checkZdenek Kabelac2011-03-011-1/+1
* Build test.c also without readline libraryZdenek Kabelac2011-03-011-2/+14
* Add interactive tests for functions to lookup a pv|lv by name|uuid.Petr Rockai2010-11-251-12/+95
* Update interactive tests for lvm2app lvseg and pvseg apis.Petr Rockai2010-11-171-49/+75
* Add vg_set_property to the interactive lvm2app test program.Petr Rockai2010-11-171-0/+34
* Add interactive tests for lvm_{pv|vg|lv}_get_property().Dave Wysochanski2010-10-251-0/+112
* Test lvm_vgname_from_{pvid|device}.Dave Wysochanski2010-05-191-0/+40
* Update lvm2app interactive unit test for vg/lv tags.Dave Wysochanski2010-02-241-6/+102
* Update simple lvm2app unit test for new size apis.Dave Wysochanski2010-02-141-2/+5
* Make lvm2app lv_t handle definition consistent with lvm_t.Dave Wysochanski2009-08-131-6/+6
* Make lvm2app vg_t handle definition consistent with lvm_t.Dave Wysochanski2009-08-131-15/+15
* Update test/api/test.c to call lvm_vg_create and lvm_vg_remove.Dave Wysochanski2009-08-071-5/+59
* renamed include filesAlasdair Kergon2009-07-291-1/+2
* 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-281-0/+1
* Rename lvm_create to lvm_init and lvm_destroy to lvm_quit.Dave Wysochanski2009-07-281-2/+2
* 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/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-261-1/+1
* 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
* 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-071-0/+116