~bjornt/maas:bug-1884720-no-hwuuid

Last commit made on 2020-06-23
Get this branch:
git clone -b bug-1884720-no-hwuuid https://git.launchpad.net/~bjornt/maas
Only Björn Tillenius can upload to this branch. If you are Björn Tillenius please log in for upload directions.

Branch merges

Branch information

Name:
bug-1884720-no-hwuuid
Repository:
lp:~bjornt/maas

Recent commits

9a5ff4b... by Björn Tillenius

use assertIsNone

a69018a... by Björn Tillenius

LP #1884720: Commissioning fails on ppc64 node

Store hardware UUID as None if there is no UUID for the machine.

95c429e... by Alberto Donato

LP:1884075 - look up NIC ports also under the "vfs" section (for SRIOV cards)

c82786c... by Dougal Matthews

Mock out get_maas_cert_tuple in test_get_client_raises_error_when_cannot_connect

This LXD test can be slow in CI and fails semi-regularly with a 5s timeout.
The test otherwise should run quickly, so it is most likely that certificate
generation is slow. As the test doesn't need this we can mock it out.

039fdb7... by Adam Collard

Don't use testtools' assertEqual

020f968... by Adam Collard

Use distinct=True to avoid Django gotcha with multiple aggregations

Fixes LP:1884112, work around https://code.djangoproject.com/ticket/10060

c1a62dd... by Kit Randel

Update maas-ui to cec75a15a589067f89c3df063e73cdcd4c12bce2

9049c8d... by Caleb Ellis

Update maas-ui to 1a022ee0b3d97d53fa84e7cdfa728f790231606a

ee3369b... by Kit Randel

Update maas-ui to 4a5e37edeee8b36dc6eec3768b13f6bd442f739b

6620973... by Dougal Matthews

Use Python 3 super calls where possible