charmed-kubernetes / pytest-operator

Apache License 2.0
6 stars 13 forks source link

Add cos abstraction for testing grafana-agent-k8s #135

Open rgildein opened 3 weeks ago

rgildein commented 3 weeks ago

This is part of Kubeflow enhancement to integrate observability to all charms (37). Since all tests will be the same in all charms, it makes sense to put them on one place. This help to test integration of any k8s charm and grafana-agent-k8s charm, as it was discussed with observability team this is recommended way to test such integration. Deploying whole cos should not be necessary.

See the original implementation in Chisme 1.

fixes: #134