Browse Source
This commit is just to create a base directory structure. There are a couple of dummy remove.txt files, their purpose is to be a placeholder until an actual testcase is added. A dummy zuul job is added, on a subsequent commit, real zuul jobs will be created to manage specific repository needs, such as creating doc and release notes. Change-Id: I232981ae3998607fcef7710ea33f8a5e76a8c601changes/06/635406/1
9 changed files with 94 additions and 0 deletions
@ -0,0 +1,70 @@
|
||||
## List of ignored files based on common python projects |
||||
|
||||
# Byte-compiled / optimized / DLL files |
||||
__pycache__/ |
||||
*.py[cod] |
||||
*$py.class |
||||
|
||||
# Distribution / packaging |
||||
.Python |
||||
build/ |
||||
develop-eggs/ |
||||
dist/ |
||||
downloads/ |
||||
eggs/ |
||||
.eggs/ |
||||
lib/ |
||||
lib64/ |
||||
parts/ |
||||
sdist/ |
||||
var/ |
||||
wheels/ |
||||
*.egg-info/ |
||||
.installed.cfg |
||||
*.egg |
||||
*.egg* |
||||
|
||||
# Log files |
||||
*.log |
||||
|
||||
# Eclipse / PyCharm files |
||||
.project |
||||
.pydevproject |
||||
.settings/ |
||||
.idea/ |
||||
|
||||
# Installer logs |
||||
pip-log.txt |
||||
pip-delete-this-directory.txt |
||||
|
||||
# Unit test / static analysis / coverage reports |
||||
htmlcov/ |
||||
coverage_html_report/ |
||||
.tox/ |
||||
.coverage |
||||
.coverage.* |
||||
.cache |
||||
nosetests.xml |
||||
coverage.xml |
||||
*.cover |
||||
.hypothesis/ |
||||
flake8-output.txt |
||||
shellcheck-output.xml |
||||
|
||||
# Environments |
||||
.venv |
||||
env/ |
||||
venv/ |
||||
ENV/ |
||||
|
||||
# Configuration files |
||||
# config.ini |
||||
|
||||
# Mac files |
||||
.DS_Store |
||||
|
||||
# Sphinx documentation |
||||
doc/build/ |
||||
|
||||
# Release Notes documentation |
||||
releasenotes/build |
@ -0,0 +1,5 @@
|
||||
========== |
||||
stx-test |
||||
========== |
||||
|
||||
StarlingX Pytest suite |
@ -0,0 +1,5 @@
|
||||
========== |
||||
stx-test |
||||
========== |
||||
|
||||
StarlingX Robot suite |
Loading…
Reference in new issue