]> xenbits.xensource.com Git - libvirt.git/commit
storage: test backing chain traversal
authorEric Blake <eblake@redhat.com>
Wed, 13 Feb 2013 18:04:05 +0000 (11:04 -0700)
committerEric Blake <eblake@redhat.com>
Fri, 15 Feb 2013 23:07:01 +0000 (16:07 -0700)
commita18452d0d2aedf65b83b24983ce5746cfe68e71a
treec4aabe3976cf8ea8bbb78154a6ff2dfa54eb3221
parentd1333dd0fbb944a7d5fe56180bcf6b0fd4f85e18
storage: test backing chain traversal

Testing our backing chain handling will make it much easier to
ensure that we avoid issues in the future.  If only I had written
this test before I first caused several regressions...

* tests/virstoragetest.c: New test.
* tests/Makefile.am (test_programs): Build it.
* .gitignore: Ignore new files.
.gitignore
tests/Makefile.am
tests/virstoragetest.c [new file with mode: 0644]