示例#1
0
def _test_run():
    fsm = SnapshotLifecycle('/mnt/lvm_test')
    fsm.run()
示例#2
0
def test_good_snapshot():
    fsm = SnapshotLifecycle(target_directory='/mnt/lvm_test',
                            snapshot_mountpoint='/tmp/mysnapshot')
    fsm.run()
示例#3
0
def test_good_snapshot():
    fsm = SnapshotLifecycle(target_directory='/mnt/lvm_test',
                            snapshot_mountpoint='/tmp/mysnapshot')
    fsm.run()
示例#4
0
def _test_run():
    fsm = SnapshotLifecycle('/mnt/lvm_test')
    fsm.run()