canonical / openstack-exporter-operator

The openstack-exporter-operator is a machine charm for openstack-exporter.
https://charmhub.io/openstack-exporter
Apache License 2.0
1 stars 6 forks source link

All constants should be defined in separate file, so they can be used in integration tests #50

Open rgildein opened 3 months ago

rgildein commented 3 months ago

Right now CLOUD_NAME and OS_CLIENT_CONFIG are defined in charm.py, and if we need to use them in integration tests we need to install charm dependencies. We should avoid such dependencies being in integrations tests.

related: #41