Add docs for the tempest-k8s charm
Change-Id: I7d5538c74bb28e9c9a78235aaec76d23a09c4e40
This commit is contained in:
parent
0db2a45a44
commit
6818929c8a
@ -11,9 +11,14 @@ Please see the tox.ini file in the root of this repository.
|
|||||||
For example:
|
For example:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
# Autoformat the code according to the project's guidelines
|
||||||
tox -e fmt
|
tox -e fmt
|
||||||
|
|
||||||
|
# Run linters on the code
|
||||||
tox -e pep8
|
tox -e pep8
|
||||||
tox -e cover
|
|
||||||
|
# Run the unit tests with code coverage
|
||||||
|
tox -e cover -- tempest-k8s
|
||||||
```
|
```
|
||||||
|
|
||||||
## Build the charm
|
## Build the charm
|
||||||
|
@ -17,4 +17,4 @@ OpenStack deployment.
|
|||||||
|
|
||||||
## Other resources
|
## Other resources
|
||||||
|
|
||||||
- [tempest-k8s](https://charmhub.io/tempest-k8s) on Charmhub
|
- [tempest-k8s](https://charmhub.io/tempest-k8s) on Charmhub (more docs there)
|
||||||
|
@ -44,6 +44,7 @@ assumes:
|
|||||||
links:
|
links:
|
||||||
source: https://opendev.org/openstack/sunbeam-charms
|
source: https://opendev.org/openstack/sunbeam-charms
|
||||||
issues: https://bugs.launchpad.net/sunbeam-charms
|
issues: https://bugs.launchpad.net/sunbeam-charms
|
||||||
|
documentation: https://discourse.charmhub.io/t/tempest-k8s-docs-index/13258
|
||||||
|
|
||||||
containers:
|
containers:
|
||||||
tempest:
|
tempest:
|
||||||
|
Loading…
Reference in New Issue
Block a user