We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to run the integration tests on main (microk8s), I get:
I noticed that the CI only has LXD env tests. Is it an idea to include microk8s to the substrates on which to run the itests?
To reproduce: checkout main tox -vve integration wait for the boom
The text was updated successfully, but these errors were encountered:
I think you need charm to build reactive charms, do the tests work after installing charm?
sudo snap install charm --classic
Sorry, something went wrong.
Agree, it's not an issue with microk8s, but an issue with not having the required tools installed to run the integration tests.
charmed-kubernetes/actions-operator
I believe the integration tests test deploying a machine bundle(https://github.com/charmed-kubernetes/pytest-operator/blob/main/tests/integration/test_pytest_operator.py#L12-L47) into the model
machine bundle
Because of this, deploying into a kubernetes type model is yet to be supported for the integration tests.
No branches or pull requests
When I try to run the integration tests on main (microk8s), I get:
I noticed that the CI only has LXD env tests. Is it an idea to include microk8s to the substrates on which to run the itests?
To reproduce:
checkout main
tox -vve integration
wait for the boom
The text was updated successfully, but these errors were encountered: