Al Bailey 43fd914274 Update tox.ini to work with tox 4
This change will allow this repo to pass zuul now
that this has merged:
https://review.opendev.org/c/zuul/zuul-jobs/+/866943

Tox 4 deprecated whitelist_externals.
Replace whitelist_externals with allowlist_externals

Fix pylint zuul failures
This removes some invalid config entries, and suppresses some
additional checks.

Partial-Bug: #2000399

Signed-off-by: Al Bailey <al.bailey@windriver.com>
Change-Id: I96951a2c8eef3f45e5bfa08e705e03b5e8b77947
2023-02-06 16:54:16 +00:00
2021-12-16 13:16:56 -05:00
2019-02-06 21:42:31 -06:00
2019-04-19 19:52:38 +00:00
2023-02-06 16:54:16 +00:00
2023-02-06 16:54:16 +00:00

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.
Description
StarlingX Test tools
Readme 102 MiB
Languages
Python 99.4%
TypeScript 0.4%