openstack-charmers / charmed-openstack-tester

Deploys OpenStack clouds and runs tempest (or other tests) against them
Apache License 2.0
6 stars 14 forks source link

Upgrade scenario testing changes #34

Closed ajkavanagh closed 3 years ago

ajkavanagh commented 3 years ago

This adds series and openstack upgrade scenario tests (the equivalent of the existing mojo tests) for focal, plus the start of the series upgrade replacement tests for trusty->xenial and xenial->bionic.

tox.ini is upgraded to pin to < 20.3 to avoid the new pip resolver until that piece of tech debt is resolved.

chardet is pinned to 3.0.4 due to some installation issues on xenial. This is again tech debt that will be resolved with the pip resolver work.