~ltrager/maas:lp1852765

Last commit made on 2019-12-12
Get this branch:
git clone -b lp1852765 https://git.launchpad.net/~ltrager/maas
Only Lee Trager can upload to this branch. If you are Lee Trager please log in for upload directions.

Branch merges

Branch information

Name:
lp1852765
Repository:
lp:~ltrager/maas

Recent commits

ab5bde8... by Lee Trager

Fix failing tests

d2636a4... by Lee Trager

Merge branch 'master' into lp1852765

61cdc91... by Lee Trager

LP: #1855022 - Cleanup orphaned ScriptResults after commissioning failure.

Scripts which have parameters may become orphaned when created before
commissioning has run when an error occurs during commissioning.
ScriptResults on an uncommissioned machine use the 'all' place holder which is mapped to devices after commissioning has run. If commissioning
fails this mapping never occurs. When a subsequent commissioning passes
the mapping works and the unmapped ScriptResult are never cleaned up as
they appear unique. This leaves failed tests associated with the node.

a670ea6... by Adam Collard

Release 2.7.0b2

ac0dacf... by Adam Collard

Bump maas-ui to v0.1.1 (r=blr)

a7d7d7b... by Taihsiang Ho

Fix missing rst codeblock syntax

1d1b8ae... by Lee Trager

LP: #1855035 - Run network tests against the boot interface after commissioning

When network configuration is applied to the boot interface no configured IP
address is associated with the device. The ParametersForm only allows
configured devices to be tested so the boot interface is ignored causing the
place holder to be left. During commissioning the ParametersForm can safely
allow the boot interface to be tested as we know it works with DHCP.

02faff9... by Adam Collard

Explicitly test for existence of ~/.cache and set GOCACHE

11eedee... by Adam Collard

Bump maas-ui for 2.7.0b1 (r=ack)

b1bb83d... by Adam Collard

Update release scripts to support focal, beta releases