Initial directory structure

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: I232981ae3998607fcef7710ea33f8a5e76a8c601
This commit is contained in:
Cristopher Lemus 2019-02-06 21:42:31 -06:00
parent 4cf699d033
commit 94526ecb07
9 changed files with 94 additions and 0 deletions

70
.gitignore vendored Normal file
View File

@ -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

3
.zuul.yaml Normal file
View File

@ -0,0 +1,3 @@
- project:
templates:
- noop-jobs

5
README.rst Normal file
View File

@ -0,0 +1,5 @@
==========
stx-test
==========
StarlingX Test

View File

@ -0,0 +1,5 @@
==========
stx-test
==========
StarlingX Pytest suite

View File

@ -0,0 +1,5 @@
==========
stx-test
==========
StarlingX Robot suite

1
doc/requirements.txt Normal file
View File

@ -0,0 +1 @@
sphinx>=1.6.2

5
manual-tests/README.rst Normal file
View File

@ -0,0 +1,5 @@
==========
stx-test Manual
==========
StarlingX Manual testing