sunbeam-charms/.gitignore
Samuel Allan 5e40ba7d81
Add func tests for tempest-k8s charm
This is to verify that the tempest-k8s charm deploys successfully
(reaches active/idle, the tempest environment was set up successfully),
and doesn't adversely impact the rest of the sunbeam deployment.

Func tests with this charm have been observed to be unstable
(unexpected errors running certain tests),
so for now only minimal tests are added,
and it has been implemented in its own new test bundle.
This new test bundle is only triggered on changes in tempest-k8s code,
so it shouldn't affect the CI for other charms if it becomes unstable.

We still need to add more tests and debug the issues we were seeing,
but in the interests of time, we aim to implement these tests
and debug the issues in follow up patches.

Change-Id: I548eb07ed1eb9e67c46f62a16d36bfaec83d7040
2024-03-06 09:55:34 +10:30

25 lines
323 B
Plaintext

venv/
build/
.idea/
.vscode/
*.charm
.tox/
.coverage
__pycache__/
*.py[cod]
**.swp
.stestr/
*.auth
*.pub
*.token
tests/*/bundles/
# test help files created by common.sh, used in unittests
charms/*/.jujuignore
charms/*/.stestr.conf
charms/*/lib/
charms/*/src/templates/parts/
# artefacts from functional tests
tempest.log