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:
parent
4cf699d033
commit
94526ecb07
70
.gitignore
vendored
Normal file
70
.gitignore
vendored
Normal 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
3
.zuul.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
- project:
|
||||||
|
templates:
|
||||||
|
- noop-jobs
|
5
README.rst
Normal file
5
README.rst
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
==========
|
||||||
|
stx-test
|
||||||
|
==========
|
||||||
|
|
||||||
|
StarlingX Test
|
5
automated-pytest-suite/README.rst
Normal file
5
automated-pytest-suite/README.rst
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
==========
|
||||||
|
stx-test
|
||||||
|
==========
|
||||||
|
|
||||||
|
StarlingX Pytest suite
|
0
automated-pytest-suite/testcases/remove.txt
Normal file
0
automated-pytest-suite/testcases/remove.txt
Normal file
5
automated-robot-suite/README.rst
Normal file
5
automated-robot-suite/README.rst
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
==========
|
||||||
|
stx-test
|
||||||
|
==========
|
||||||
|
|
||||||
|
StarlingX Robot suite
|
0
automated-robot-suite/testcases/remove.txt
Normal file
0
automated-robot-suite/testcases/remove.txt
Normal file
1
doc/requirements.txt
Normal file
1
doc/requirements.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
sphinx>=1.6.2
|
5
manual-tests/README.rst
Normal file
5
manual-tests/README.rst
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
==========
|
||||||
|
stx-test Manual
|
||||||
|
==========
|
||||||
|
|
||||||
|
StarlingX Manual testing
|
Loading…
Reference in New Issue
Block a user