94c9c36202
* Added basic integration tests for cluster and node_templates Savanna API actions Change-Id: I1b5e080a75690c37d89a9c9697cd78883a59045d Fixes: bug #1170426
40 lines
406 B
Plaintext
40 lines
406 B
Plaintext
*.py[co]
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
pip-log.txt
|
|
.coverage
|
|
.tox
|
|
*.mo
|
|
.mr.developer.cfg
|
|
.DS_Store
|
|
Thumbs.db
|
|
.venv
|
|
.idea
|
|
out
|
|
target
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
doc/html
|
|
doc/source/apidoc
|
|
doc/source/api
|
|
doc/build
|
|
*.db
|
|
.coverage
|
|
nosetests.xml
|
|
pylint-report.txt
|
|
etc/local.cfg
|
|
etc/savanna/savanna.conf
|
|
etc/savanna.conf
|
|
AUTHORS
|
|
ChangeLog
|
|
savanna/tests/integration/config.py
|