From 9a4c0d54fb6f4402a74df16e9a5808cfe5c8b16c Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Sun, 24 Mar 2024 16:16:30 -0800 Subject: [PATCH] Update git submodules * Update ironic-tempest-plugin from branch 'master' to 72417706034ccce75450e10fcac57100b1f8d1d5 - Invoke tests with fake interfaces So it turns out as highlighted by looking at bug 2054722 that you can end up creating nodes with "fake" hardware nodes in the default config we test in the gate, which end up with "fake" as the deploy_interface, but if you try to run the same test against a production configured ironic deployment, it fails because it likely ends up with a default of "agent" as the deploy_interface. Unfortunately, a review of test logs also reveals that the same basic problem exists with the network_interface field *as well*, where tests were written expecting the default to be a fake or noop interface out of the box. Note: This depends-on is to be removed before mering, it is enable additional issues to be identified. Change-Id: Id0051d9b39bc0f46e3afee5bbfa8a2062114df80 --- ironic-tempest-plugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ironic-tempest-plugin b/ironic-tempest-plugin index f5bfe9b319..7241770603 160000 --- a/ironic-tempest-plugin +++ b/ironic-tempest-plugin @@ -1 +1 @@ -Subproject commit f5bfe9b319dc76500bd20c18037af01f67125312 +Subproject commit 72417706034ccce75450e10fcac57100b1f8d1d5