You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 months ago | |
---|---|---|
automated-pytest-suite | 7 months ago | |
automated-robot-suite | 7 months ago | |
doc | 7 months ago | |
releasenotes/source | 3 years ago | |
.gitignore | 3 years ago | |
.gitreview | 3 years ago | |
.zuul.yaml | 2 years ago | |
README.rst | 3 years ago | |
pylint.rc | 2 years ago | |
test-requirements.txt | 2 years ago | |
tox.ini | 2 years ago |
README.rst
stx-test
StarlingX Test repository for manual and automated test cases.
Contribute
- Clone the repo
- Gerrit hook needs to be added for code review purpose.
# Generate a ssh key if needed
ssh-keygen -t rsa -C "<your email address>"
ssh-add $private_keyfile_path
# add ssh key to settings https://review.opendev.org/#/q/project:starlingx/test
cd <stx-test repo>
git remote add gerrit ssh://<your gerrit username>@review.opendev.org/starlingx/test.git
git review -s
- When you are ready, create your commit with detailed commit message, and submit for review.