I tested netplan.io 0.103-0ubuntu5~20.04.5 from focal-proposed and attached the official autopkgtest logs, all passed.
root@ff:~# dpkg -l | grep netplan ii libnetplan0:amd64 0.103-0ubuntu5~20.04.5 ii netplan.io 0.103-0ubuntu5~20.04.5 root@ff:~# cat check.sh #!/bin/bash path=$(dbus-send --system --print-reply --type=method_call --dest=io.netplan.Netplan /io/netplan/Netplan io.netplan.Netplan.Config|grep path|cut -f2 -d'"') dbus-send --system --print-reply --type=method_call --dest=io.netplan.Netplan "$path" io.netplan.Netplan.Config.Set string:"network.bridges.br54.dhcp4=true" string:"90-snapd-conf" dbus-send --system --print-reply --type=method_call --dest=io.netplan.Netplan "$path" io.netplan.Netplan.Config.Try uint32:30 sleep 0.1 dbus-send --system --print-reply --type=method_call --dest=io.netplan.Netplan "$path" io.netplan.Netplan.Config.Apply ip link | grep br54 root@ff:~# ./check.sh method return time=1638363036.598724 sender=:1.19 -> destination=:1.20 serial=6 reply_serial=2 boolean true method return time=1638363037.259131 sender=:1.19 -> destination=:1.21 serial=8 reply_serial=2 boolean true method return time=1638363037.414568 sender=:1.19 -> destination=:1.24 serial=11 reply_serial=2 boolean true 11: br54: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 ** Tags removed: verification-needed-focal ** Tags added: verification-done-focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1949893 Title: new interface does not show up after dbus config apply To manage notifications about this bug go to: https://bugs.launchpad.net/netplan/+bug/1949893/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
