(self)
| 42 | """A Platform Checks scenario that performs an upgrade in cloudtest/K8s""" |
| 43 | |
| 44 | def base_version(self) -> MzVersion: |
| 45 | return get_previous_published_version( |
| 46 | MzVersion.parse_cargo(), previous_minor=True |
| 47 | ) |
| 48 | |
| 49 | def actions(self) -> list[Action]: |
| 50 | return [ |
nothing calls this directly
no test coverage detected