![Jamie Lennox](/assets/img/avatar_default.png)
Add a new folder tests/tmp and move all temporary test artefacts like sqlite dbs into the folder. This has a number of advantages: - clean up .gitignore and tests folder. - common/sql/util.py files didn't really belong in common as they were test only. - by doing ``sudo mount -t tmpfs -o size=16M tmpfs tests/tmp; sudo chown $USER: tests/tmp`` tests speed up about 3x (ext4; credit ayoung's blog). Change-Id: I9b02a5273dd27db963e9a26085b7456f4c5f6a41
24 lines
489 B
Plaintext
24 lines
489 B
Plaintext
include AUTHORS
|
|
include babel.cfg
|
|
include ChangeLog
|
|
include CONTRIBUTING.txt
|
|
include LICENSE
|
|
include HACKING.rst
|
|
include README.rst
|
|
include openstack-common.conf
|
|
include run_tests.py
|
|
include run_tests.sh
|
|
include setup.cfg
|
|
include setup.py
|
|
include TODO
|
|
include tox.ini
|
|
include etc/*
|
|
include httpd/*
|
|
graft bin
|
|
graft doc
|
|
graft tests
|
|
graft tools
|
|
graft examples
|
|
recursive-include keystone *.json *.xml *.cfg *.pem README *.po *.pot *.sql
|
|
global-exclude *.pyc *.sdx *.log *.db *.swp tests/tmp/*
|