freezer/tests
Zahari Zahariev 8e3a5cf8ca Functional tests and Vagrant environment
Proposed environment utilizes Vagrant that works with KVM or
Virtualbox based VM that runs Swift storage node. There are
two major run scripts. Rhe first one run-remote.sh will expect
successfully setup of the Swift VM. Then rsync freezer directory
to the VM and finally execute remotely via SSH run-local.py script
that will create LVM volume and mount it so the functional tests
could be facilitated.

Regular file system (non LVM) and LVM snapshot non incremental
backup tests are included in this commit as the most common usecase.

BLUEPRINT: functional-testing
Change-Id: Ia9c1e2e770ca413fe4a896dd0a55c4babf3df686
2015-03-30 14:35:35 +01:00
..
scenario Functional tests and Vagrant environment 2015-03-30 14:35:35 +01:00
__init__.py Added unittest for utils.py 2014-12-06 17:36:53 +00:00
commons.py Fix backup sort and related problems 2015-03-26 09:19:20 +00:00
test_arguments.py Proxy implementation 2015-03-02 17:16:22 +00:00
test_backup.py Add dry-run execution 2015-03-11 10:02:18 +00:00
test_job.py Main loop refactor 2015-03-08 01:28:23 +00:00
test_lvm.py Added unittest for lvm.py 2014-12-08 23:23:00 +00:00
test_main.py Main loop refactor 2015-03-08 01:28:23 +00:00
test_restore.py Added unittest for restore.py 2015-01-19 20:57:46 +00:00
test_swift.py Fix removal of backup segments 2015-03-09 16:54:21 +00:00
test_tar.py Add dry-run execution 2015-03-11 10:02:18 +00:00
test_utils.py Fix backup sort and related problems 2015-03-26 09:19:20 +00:00