~raharper/curtin:ubuntu-devel-new-upstream-snapshot-20200528

Last commit made on 2020-05-28
Get this branch:
git clone -b ubuntu-devel-new-upstream-snapshot-20200528 https://git.launchpad.net/~raharper/curtin
Only Ryan Harper can upload to this branch. If you are Ryan Harper please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu-devel-new-upstream-snapshot-20200528
Repository:
lp:~raharper/curtin

Recent commits

2bfe2f2... by Ryan Harper

releasing curtin version 20.1-2-g42a9667f-0ubuntu1

9fd53d7... by Ryan Harper

update changelog (New upstream snapshot 20.1-2-g42a9667f).

399ee67... by Ryan Harper

merge from upstream/master at 20.1-2-g42a9667f

42a9667... by Ryan Harper

vmtests: update skiptests

- Drop skiptests for vlan issue, now fixed
- Drop skiptest on Ubuntu ReuseESP tests
- Add skiptest for Centos, new Bug #1881030
- Drop skip-by-date for CentosTestScsiBasic
  Bug #1859858 is fixed
- Bump skip_by_date on tests with bcache by-uuid symlinks,
  Bug #1861951 not fixed yet.

f745886... by Ryan Harper

vmtest: allow installed centos images to reboot

Centos images require a reboot on first boot for selinux relabing

LP: #1881011

34894cc... by Ryan Harper

releasing curtin version 20.1-0ubuntu1

9c0c2d8... by Ryan Harper

update changelog (New upstream release 20.1).

311c3f1... by Ryan Harper

merge from upstream at 20.1

5153c57... by Ryan Harper

Release 20.1

Bump the version in curtin/__init__.py to be 20.1.

LP: #1880741

4190db6... by Ryan Harper

Handle multiple separators which were found in TestAllindata vmtest

TestAllindata specifies additional kernel args and include the '---'
separator. vmtest baseclass already includes a '---' and after
landing of the grub refactor, the python version of the
get_carryover_params did not handle the additional '---'.
Fix this by combining any args after the first '---' separator.