curtin-dev team mailing list archive
-
curtin-dev team
-
Mailing list archive
-
Message #00648
[Merge] ~paride/curtin:drop-ddstreet-systemd-ppd into curtin:master
Paride Legovini has proposed merging ~paride/curtin:drop-ddstreet-systemd-ppd into curtin:master.
Commit message:
LP: #1671951 is Fix Released => Drop the PPA
Requested reviews:
curtin developers (curtin-dev)
Related bugs:
Bug #1671951 in systemd (Ubuntu): "networkd should allow configuring IPV6 MTU"
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1671951
For more details, see:
https://code.launchpad.net/~paride/curtin/+git/curtin/+merge/387218
--
Your team curtin developers is requested to review the proposed merge of ~paride/curtin:drop-ddstreet-systemd-ppd into curtin:master.
diff --git a/tests/vmtests/test_network_mtu.py b/tests/vmtests/test_network_mtu.py
index bf13459..390be57 100644
--- a/tests/vmtests/test_network_mtu.py
+++ b/tests/vmtests/test_network_mtu.py
@@ -184,25 +184,16 @@ class TestNetworkMtu(relbase.xenial, TestNetworkMtuAbs):
class BionicTestNetworkMtu(relbase.bionic, TestNetworkMtuAbs):
conf_file = "examples/tests/network_mtu_networkd.yaml"
__test__ = True
- # Until systemd is released with the fix for LP:#1671951
- add_repos = "ppa:ddstreet/systemd"
- upgrade_packages = "cloud-init,systemd"
class EoanTestNetworkMtu(relbase.eoan, TestNetworkMtuAbs):
conf_file = "examples/tests/network_mtu_networkd.yaml"
__test__ = True
- # Until systemd is released with the fix for LP:#1671951
- add_repos = "ppa:ddstreet/systemd"
- upgrade_packages = "cloud-init,systemd"
class FocalTestNetworkMtu(relbase.focal, TestNetworkMtuAbs):
conf_file = "examples/tests/network_mtu_networkd.yaml"
__test__ = True
- # Until systemd is released with the fix for LP:#1671951
- add_repos = "ppa:ddstreet/systemd"
- upgrade_packages = "cloud-init,systemd"
class Centos66TestNetworkMtu(centos_relbase.centos66_xenial,
Follow ups