8e3a5cf8ca
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
20 lines
185 B
Plaintext
20 lines
185 B
Plaintext
__pycache__
|
|
dist
|
|
build
|
|
.venv
|
|
tests/scenario/.vagrant
|
|
.idea
|
|
.autogenerated
|
|
.coverage
|
|
cover/
|
|
coverage.xml
|
|
*.sw?
|
|
.tox
|
|
*.egg
|
|
*.egg-info
|
|
*.py[co]
|
|
.DS_Store
|
|
*.log
|
|
.testrepository
|
|
subunit.log
|