Merge ~raharper/curtin:fix/20200908-fix-vmtest-master into curtin:master
Proposed by
Ryan Harper
| Status: | Merged |
|---|---|
| Approved by: | Paride Legovini |
| Approved revision: | 722ae8a23a9065cca2c4a1a3ccfb0175b9dac7d1 |
| Merge reported by: | Server Team CI bot |
| Merged at revision: | not available |
| Proposed branch: | ~raharper/curtin:fix/20200908-fix-vmtest-master |
| Merge into: | curtin:master |
| Diff against target: |
161 lines (+32/-11) 8 files modified
examples/tests/nvme_bcache.yaml (+2/-4) tests/vmtests/__init__.py (+18/-1) tests/vmtests/test_apt_config_cmd.py (+1/-1) tests/vmtests/test_lvm_root.py (+2/-4) tests/vmtests/test_network_ipv6.py (+4/-0) tests/vmtests/test_network_ipv6_vlan.py (+4/-0) tests/vmtests/test_network_vlan.py (+1/-0) tests/vmtests/test_nvme.py (+0/-1) |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Paride Legovini | Approve | ||
| Server Team CI bot | continuous-integration | Approve | |
|
Review via email:
|
|||
Commit message
vmtest: Fix multiple issues with vmtest on master
- Nvme-bcache: Do not mark multiple devices bootable that
are not bootable, remove skip on Focal
- Fix PsuedoTest test_swaps_used
- Fix _serial_to_kname lookup of raid by-id paths
- Skip test_swaps_used on Groovy until LP: #1894910 is fixed
- Skip test_network_vlans Groovy until LP: #1888726 is fixed
- Disable lvm root xfs on /boot xfs test
- AptConfigCmd: Adjust regex to handling trailing slash in
add-apt-
To post a comment you must log in.
I'm running a full vmtest over this branch; I'll report results soon.