From a78242dec72ff196afd19c0a7f15631a07b5a7cd Mon Sep 17 00:00:00 2001 From: James Parker Date: Mon, 9 Aug 2021 16:19:43 -0400 Subject: [PATCH] Update git submodules * Update whitebox-tempest-plugin from branch 'master' to a3ff33907aa3c28a811dd8fbd81c3f646909a388 - Allow for ethernet type in rx queue test Update [1] and subsequent patches [2,3] changed the interface type of instances from bridge to ethernet, e.g.
This commit changes the test_rx_queue_size logic when searching a guest for its interface type to check for 'ethernet' first and then fall back to 'bridge' if it is not found. Also should be noted a conditional set of the driver was attempted but due how ElementTree evaluates its boolean [4], opted to check ethernet type first and then fall back to bridge. [1] https://review.opendev.org/c/openstack/nova/+/602432 [2] https://review.opendev.org/c/openstack/nova/+/797142 [3] https://review.opendev.org/c/openstack/nova/+/797428 [4] https://github.com/python/cpython/blob/3.9/Lib/xml/etree/ElementTree.py#L214 Change-Id: I29adec51ed510c32b0d00b4f0353f0a9527482b7 --- whitebox-tempest-plugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whitebox-tempest-plugin b/whitebox-tempest-plugin index e5a9dc09be..a3ff33907a 160000 --- a/whitebox-tempest-plugin +++ b/whitebox-tempest-plugin @@ -1 +1 @@ -Subproject commit e5a9dc09be1d016c4fb7ef1852c5f569ec8872ec +Subproject commit a3ff33907aa3c28a811dd8fbd81c3f646909a388