diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..054bcbf --- /dev/null +++ b/.gitignore @@ -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 diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 0000000..e7c200a --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,3 @@ +- project: + templates: + - noop-jobs diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..ef56575 --- /dev/null +++ b/README.rst @@ -0,0 +1,5 @@ +========== +stx-test +========== + +StarlingX Test diff --git a/automated-pytest-suite/README.rst b/automated-pytest-suite/README.rst new file mode 100644 index 0000000..edfd88e --- /dev/null +++ b/automated-pytest-suite/README.rst @@ -0,0 +1,5 @@ +========== +stx-test +========== + +StarlingX Pytest suite diff --git a/automated-pytest-suite/testcases/remove.txt b/automated-pytest-suite/testcases/remove.txt new file mode 100644 index 0000000..e69de29 diff --git a/automated-robot-suite/README.rst b/automated-robot-suite/README.rst new file mode 100644 index 0000000..497e715 --- /dev/null +++ b/automated-robot-suite/README.rst @@ -0,0 +1,5 @@ +========== +stx-test +========== + +StarlingX Robot suite diff --git a/automated-robot-suite/testcases/remove.txt b/automated-robot-suite/testcases/remove.txt new file mode 100644 index 0000000..e69de29 diff --git a/doc/requirements.txt b/doc/requirements.txt new file mode 100644 index 0000000..520bd28 --- /dev/null +++ b/doc/requirements.txt @@ -0,0 +1 @@ +sphinx>=1.6.2 diff --git a/manual-tests/README.rst b/manual-tests/README.rst new file mode 100644 index 0000000..d0f8b77 --- /dev/null +++ b/manual-tests/README.rst @@ -0,0 +1,5 @@ +========== +stx-test Manual +========== + +StarlingX Manual testing