StarlingX Test tools
3b98a48102
Initial submission of a patch series with code of the robot test suite used for Deployment + Provisioning + Sanity Test. - runner: Staring point of the suite exposing all the different options available on the suite as well as initializing all needed features on the host according to the configuration selected. - README: Instructions to setup the suite and basic usage examples. Change-Id: I6ead335412150fb8d64a6abf7909cf702d0d248c Signed-off-by: Jose Perez Carranza <jose.perez.carranza@intel.com> |
||
---|---|---|
automated-pytest-suite | ||
automated-robot-suite | ||
doc | ||
releasenotes/source | ||
.gitignore | ||
.gitreview | ||
.zuul.yaml | ||
pylint.rc | ||
README.rst | ||
test-requirements.txt | ||
tox.ini |
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.