~adam-collard/maas:unstringify-test_blockdevice

Last commit made on 2020-12-15
Get this branch:
git clone -b unstringify-test_blockdevice https://git.launchpad.net/~adam-collard/maas
Only Adam Collard can upload to this branch. If you are Adam Collard please log in for upload directions.

Branch merges

Branch information

Name:
unstringify-test_blockdevice
Repository:
lp:~adam-collard/maas

Recent commits

45f24c3... by Adam Collard

Remove the triple quotes that were effectively ignoring tests.

8227428... by Huw Wilkins

Update maas-ui to fe1efb4
Improve script result selectors and update tests with the new model.

bbcce7e... by Caleb Ellis

Update maas-ui to 3bcb534
fix(ui): correctly validate size when creating a new partition or logical volume (#2005)

afd607c... by Caleb Ellis

Update maas-ui to 04b752b
feat(ui): add ability to create volume groups (#1999)

d03a00e... by Caleb Ellis

Update maas-ui to 10ea11d
feat(ui): add ability to edit logical volumes (#2000)

3e01cbb... by Alberto Donato

snap; add missing staged packages for pylxd dependencies

640a496... by Alberto Donato

reorder version-related code to have public methods first

This also drops unused _extract_version_subversion and epoch filtering in
_get_version_from_apt, since this is already handled by MAASVersion

89d5f98... by Adam Collard

Remove redundant test_mark_nodes_failed_after_builtin_commissioning

This test was a more specific (i.e. hardcoded for commissioning rather
than testing) copy of
test_mark_nodes_failed_after_script_overrun. Both tests are
parameterised via the class' scenarios.

e263af2... by Alberto Donato

replace some fields in MAASVersion with properties as they can be computed from others

effc526... by Alberto Donato

drop most of version-related, return MAASVersion from get_running_version

This switches to use MAASVersion objects in all places dealing with versions, adding support to str() it.

It also drops the is_snap attribute, as it's never really used.