![Samuel Allan](/assets/img/avatar_default.png)
This is a major breaking change too. In the process, also: - move all processing from juju status to actions (run the actions to get data; the status line will be minimal) - switch to COS integration, no longer legacy prometheus for the iperf benchmarks It should be mostly feature parity with the original magpie charm, but some things still need improving and iterating on, such as the spec for data returned from actions, and actual functional tests. Change-Id: I289d4e7a0dd373c5c6f2471ab710e754c167ab8c
14 lines
125 B
Plaintext
14 lines
125 B
Plaintext
# static analysis
|
|
black
|
|
ruff
|
|
codespell
|
|
pyright
|
|
|
|
# unit tests
|
|
pytest
|
|
coverage[toml]
|
|
|
|
# integration tests
|
|
juju
|
|
pytest-operator
|