]> git.ipfire.org Git - thirdparty/util-linux.git/commit
pylibmount: add regression tests
authorOndrej Oprala <ooprala@redhat.com>
Mon, 19 Aug 2013 13:11:06 +0000 (15:11 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 19 Aug 2013 13:11:06 +0000 (15:11 +0200)
commit90eb39874f2dc385e84aa8e212bfa61b22a018c6
tree26f62baf609cbf24f1c403d205343f4ff746c727
parent3246f4b98cdf5d9ca3e84cffd27951ee7586812a
pylibmount: add regression tests

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
44 files changed:
libmount/python/Makemodule.am
libmount/python/test_mount_context.py [new file with mode: 0755]
libmount/python/test_mount_tab.py [new file with mode: 0755]
libmount/python/test_mount_tab_update.py [new file with mode: 0755]
tests/commands.sh
tests/expected/libmount/context-py [new file with mode: 0644]
tests/expected/libmount/context-py-mount-by-devname [new file with mode: 0644]
tests/expected/libmount/context-py-mount-by-label [new file with mode: 0644]
tests/expected/libmount/context-py-mount-by-uuid [new file with mode: 0644]
tests/expected/libmount/context-py-mount-flags [new file with mode: 0644]
tests/expected/libmount/context-py-mount-loopdev [new file with mode: 0644]
tests/expected/libmount/context-py-umount-by-devname [new file with mode: 0644]
tests/expected/libmount/context-py-umount-by-mountpoint [new file with mode: 0644]
tests/expected/libmount/context-py-x-mount.mkdir [new file with mode: 0644]
tests/expected/libmount/context-utab-py [new file with mode: 0644]
tests/expected/libmount/context-utab-py-mount-by-devname [new file with mode: 0644]
tests/expected/libmount/context-utab-py-mount-uhelper [new file with mode: 0644]
tests/expected/libmount/context-utab-py-mount-uhelper-subvol [new file with mode: 0644]
tests/expected/libmount/context-utab-py-umount [new file with mode: 0644]
tests/expected/libmount/context-utab-py-umount-by-devname [new file with mode: 0644]
tests/expected/libmount/context-utab-py-umount-subvol [new file with mode: 0644]
tests/expected/libmount/tabfiles-py-copy [new file with mode: 0644]
tests/expected/libmount/tabfiles-py-find-pair [new file with mode: 0644]
tests/expected/libmount/tabfiles-py-find-source [new file with mode: 0644]
tests/expected/libmount/tabfiles-py-find-target [new file with mode: 0644]
tests/expected/libmount/tabfiles-py-find-target2 [new file with mode: 0644]
tests/expected/libmount/tabfiles-py-find-target3 [new file with mode: 0644]
tests/expected/libmount/tabfiles-py-parse-fstab [new file with mode: 0644]
tests/expected/libmount/tabfiles-py-parse-fstab-broken [new file with mode: 0644]
tests/expected/libmount/tabfiles-py-parse-fstab-full [new file with mode: 0644]
tests/expected/libmount/tabfiles-py-parse-mountinfo [new file with mode: 0644]
tests/expected/libmount/tabfiles-py-parse-mtab [new file with mode: 0644]
tests/expected/libmount/tabfiles-tags-py-fstab-dev [new file with mode: 0644]
tests/expected/libmount/tabfiles-tags-py-fstab-dev2label [new file with mode: 0644]
tests/expected/libmount/tabfiles-tags-py-fstab-label [new file with mode: 0644]
tests/expected/libmount/tabfiles-tags-py-fstab-label2dev [new file with mode: 0644]
tests/expected/libmount/tabfiles-tags-py-fstab-label2uuid [new file with mode: 0644]
tests/expected/libmount/tabfiles-tags-py-fstab-uuid [new file with mode: 0644]
tests/expected/libmount/update-py-fstab-replace [new file with mode: 0644]
tests/ts/libmount/context-py [new file with mode: 0755]
tests/ts/libmount/context-utab-py [new file with mode: 0755]
tests/ts/libmount/tabfiles-py [new file with mode: 0755]
tests/ts/libmount/tabfiles-tags-py [new file with mode: 0755]
tests/ts/libmount/update-py [new file with mode: 0755]