Hi Chad,
Thanks for clarifying the rationale for expediting the verification
aging, and for the detailed and comprehensive testing details (always
high quality).
The specific testing for the regression/change seems well narrowed and
verified in the Desktop ISOs (test case 1), thanks.
The regression testing on Server (test case 2) seems broad and
extensive, which is great, and I could confirm that the "boot" test with
the new cloud-init looks OK (i.e., an image snapshot is built with
cloud-init from -proposed, and a new instance is created/booted from
that snapshot image), so this looks good too.
I have a pending question regarding the hotplug specific tests (test
case 2, item 2), as the service in question is cloud-init-
hotplugd.service (even though I guess we'd expect the most regression
potential in boot, covered in paragraph above).
It looks like most tests in the requested test_hotplug.py are SKIPPED (summary
below), so I just wanted to confirm:
1) Is that is expected? And
2) Is the level of confidence sufficient, based on `test_hotplug_enable_cmd`,
which is the test that PASSED in all of azure/ec2/gce and lxd_container/lxd_vm?
Thanks again,
Mauricio
Summary:
$ grep -rc PASSED | sort
azure-noble-hotplug.log:1
bootspeed.log:0
ec2-noble-hotplug.log:5
gce-noble-hotplug.log:1
lxd_container-noble.log:207
lxd_vm-noble.log:233
lxd_vm-noble-retries.log:1
$ grep -rc FAILED | sort
azure-noble-hotplug.log:0
bootspeed.log:0
ec2-noble-hotplug.log:0
gce-noble-hotplug.log:0
lxd_container-noble.log:0
lxd_vm-noble.log:3
lxd_vm-noble-retries.log:0
$ grep -rc SKIPPED | sort
azure-noble-hotplug.log:7
bootspeed.log:0
ec2-noble-hotplug.log:3
gce-noble-hotplug.log:7
lxd_container-noble.log:75
lxd_vm-noble.log:48
lxd_vm-noble-retries.log:0
$ grep -rc '/test_hotplug.py::' *.log | grep hotplug
azure-noble-hotplug.log:8
ec2-noble-hotplug.log:8
gce-noble-hotplug.log:8
$ grep -rc '/test_hotplug.py::.* SKIPPED' *.log | grep hotplug
azure-noble-hotplug.log:7
ec2-noble-hotplug.log:3
gce-noble-hotplug.log:7
$ grep -rF -e '/test_hotplug.py::' -e PASSED -e FAILED -e SKIPPED *.log | grep
-F -A1 '/test_hotplug.py::'
azure-noble-hotplug.log:22:05:56
tests/integration_tests/modules/test_hotplug.py::test_hotplug_add_remove
SKIPPED [ 12%]u
azure-noble-hotplug.log:22:05:57
tests/integration_tests/modules/test_hotplug.py::test_hotplug_enable_cmd
azure-noble-hotplug.log:22:10:28 PASSED
[ 25%]
azure-noble-hotplug.log:22:11:05
tests/integration_tests/modules/test_hotplug.py::test_hotplug_enable_cmd_ec2
SKIPPED [ 37%]
azure-noble-hotplug.log:22:11:05
tests/integration_tests/modules/test_hotplug.py::test_no_hotplug_in_userdata
SKIPPED [ 50%]
azure-noble-hotplug.log:22:11:05
tests/integration_tests/modules/test_hotplug.py::test_multi_nic_hotplug SKIPPED
[ 62%]
azure-noble-hotplug.log:22:11:05
tests/integration_tests/modules/test_hotplug.py::test_multi_nic_hotplug_vpc
SKIPPED [ 75%]
azure-noble-hotplug.log:22:11:05
tests/integration_tests/modules/test_hotplug.py::test_no_hotplug_triggered_by_docker
SKIPPED [ 87%]
azure-noble-hotplug.log:22:11:05
tests/integration_tests/modules/test_hotplug.py::test_nics_before_config_trigger_hotplug
SKIPPED [100%]
ec2-noble-hotplug.log:22:08:12
tests/integration_tests/modules/test_hotplug.py::test_hotplug_add_remove
SKIPPED [ 12%]
ec2-noble-hotplug.log:22:08:13
tests/integration_tests/modules/test_hotplug.py::test_hotplug_enable_cmd
ec2-noble-hotplug.log:22:15:00 PASSED
[ 25%]
ec2-noble-hotplug.log:22:16:05
tests/integration_tests/modules/test_hotplug.py::test_hotplug_enable_cmd_ec2
ec2-noble-hotplug.log:22:17:25 PASSED
[ 37%]
ec2-noble-hotplug.log:22:17:59
tests/integration_tests/modules/test_hotplug.py::test_no_hotplug_in_userdata
SKIPPED [ 50%]
ec2-noble-hotplug.log:22:17:59
tests/integration_tests/modules/test_hotplug.py::test_multi_nic_hotplug
ec2-noble-hotplug.log:22:19:55 PASSED
[ 62%]
ec2-noble-hotplug.log:22:19:55
tests/integration_tests/modules/test_hotplug.py::test_multi_nic_hotplug_vpc
SKIPPED [ 75%]
ec2-noble-hotplug.log:22:19:55
tests/integration_tests/modules/test_hotplug.py::test_no_hotplug_triggered_by_docker
ec2-noble-hotplug.log:22:21:53 PASSED
[ 87%]
ec2-noble-hotplug.log:22:23:22
tests/integration_tests/modules/test_hotplug.py::test_nics_before_config_trigger_hotplug
ec2-noble-hotplug.log:22:25:36 PASSED
[100%]
gce-noble-hotplug.log:07:39:48
tests/integration_tests/modules/test_hotplug.py::test_hotplug_add_remove
SKIPPED [ 12%]
gce-noble-hotplug.log:07:39:54
tests/integration_tests/modules/test_hotplug.py::test_hotplug_enable_cmd
gce-noble-hotplug.log:07:44:54 PASSED
[ 25%]
gce-noble-hotplug.log:07:44:58
tests/integration_tests/modules/test_hotplug.py::test_hotplug_enable_cmd_ec2
SKIPPED [ 37%]
gce-noble-hotplug.log:07:44:58
tests/integration_tests/modules/test_hotplug.py::test_no_hotplug_in_userdata
SKIPPED [ 50%]
gce-noble-hotplug.log:07:44:58
tests/integration_tests/modules/test_hotplug.py::test_multi_nic_hotplug SKIPPED
[ 62%]
gce-noble-hotplug.log:07:44:58
tests/integration_tests/modules/test_hotplug.py::test_multi_nic_hotplug_vpc
SKIPPED [ 75%]
gce-noble-hotplug.log:07:44:58
tests/integration_tests/modules/test_hotplug.py::test_no_hotplug_triggered_by_docker
SKIPPED [ 87%]
gce-noble-hotplug.log:07:44:58
tests/integration_tests/modules/test_hotplug.py::test_nics_before_config_trigger_hotplug
SKIPPED [100%]
lxd_container-noble.log:11:38:01 PASSED
[ 0%]
--
lxd_container-noble.log:12:22:55
tests/integration_tests/modules/test_hotplug.py::test_hotplug_add_remove
SKIPPED [ 36%]
lxd_container-noble.log:12:22:55
tests/integration_tests/modules/test_hotplug.py::test_hotplug_enable_cmd
lxd_container-noble.log:12:23:21 PASSED
[ 36%]
lxd_container-noble.log:12:23:32
tests/integration_tests/modules/test_hotplug.py::test_hotplug_enable_cmd_ec2
SKIPPED [ 36%]
lxd_container-noble.log:12:23:32
tests/integration_tests/modules/test_hotplug.py::test_no_hotplug_in_userdata
SKIPPED [ 37%]
lxd_container-noble.log:12:23:32
tests/integration_tests/modules/test_hotplug.py::test_multi_nic_hotplug SKIPPED
[ 37%]
lxd_container-noble.log:12:23:32
tests/integration_tests/modules/test_hotplug.py::test_multi_nic_hotplug_vpc
SKIPPED [ 37%]
lxd_container-noble.log:12:23:32
tests/integration_tests/modules/test_hotplug.py::test_no_hotplug_triggered_by_docker
SKIPPED [ 38%]
lxd_container-noble.log:12:23:32
tests/integration_tests/modules/test_hotplug.py::test_nics_before_config_trigger_hotplug
SKIPPED [ 38%]
lxd_container-noble.log:12:23:59 PASSED
[ 39%]
--
lxd_vm-noble.log:23:59:08
tests/integration_tests/modules/test_hotplug.py::test_hotplug_add_remove
SKIPPED [ 36%]
lxd_vm-noble.log:23:59:08
tests/integration_tests/modules/test_hotplug.py::test_hotplug_enable_cmd
lxd_vm-noble.log:00:00:26 PASSED
[ 36%]
lxd_vm-noble.log:00:00:30
tests/integration_tests/modules/test_hotplug.py::test_hotplug_enable_cmd_ec2
SKIPPED [ 36%]
lxd_vm-noble.log:00:00:30
tests/integration_tests/modules/test_hotplug.py::test_no_hotplug_in_userdata
SKIPPED [ 37%]
lxd_vm-noble.log:00:00:30
tests/integration_tests/modules/test_hotplug.py::test_multi_nic_hotplug SKIPPED
[ 37%]
lxd_vm-noble.log:00:00:30
tests/integration_tests/modules/test_hotplug.py::test_multi_nic_hotplug_vpc
SKIPPED [ 37%]
lxd_vm-noble.log:00:00:30
tests/integration_tests/modules/test_hotplug.py::test_no_hotplug_triggered_by_docker
SKIPPED [ 38%]
lxd_vm-noble.log:00:00:30
tests/integration_tests/modules/test_hotplug.py::test_nics_before_config_trigger_hotplug
SKIPPED [ 38%]
lxd_vm-noble.log:00:02:31 PASSED
[ 39%]
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2081124
Title:
systemd service dependency loop between cloud-init, NetworkManager and
dbus
To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/2081124/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs