From 2c6baaf156244255b0ac5071baf8010439a0e7ce Mon Sep 17 00:00:00 2001 From: Zuul Date: Tue, 5 Mar 2024 20:43:58 +0000 Subject: [PATCH] Update git submodules * Update manila-tempest-plugin from branch 'master' to a7f07f24d475fc00ba2aab93d765257d8d00c130 - Merge "Use ddt.named_data decorator to avoid random test names" - Use ddt.named_data decorator to avoid random test names There are few tests that generate random test names because random parameters are given to the ddt.data decorator. In the ddt version number 1.6.0 there is a possibility to determine the name of the tests without relying on the given values. I think this could be a good solution for the randomly generated names. This change is being re-introduced as ddt version 1.6.0 is now usable in the downstream CI. The original change is: Iaf39f4a83e383fb9db7f519136b9169352ff84af The following change is also included: I4d274869e5e9e7800be44bccf7a2641b4a5febe8 Which replaces periods to underscores, a needed fix. Change-Id: Iaf39f4a83e383fb9db7f519136b9169352ff84ad --- manila-tempest-plugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manila-tempest-plugin b/manila-tempest-plugin index cf874b1dac..a7f07f24d4 160000 --- a/manila-tempest-plugin +++ b/manila-tempest-plugin @@ -1 +1 @@ -Subproject commit cf874b1dacd860040e4187c831d5d636479881fa +Subproject commit a7f07f24d475fc00ba2aab93d765257d8d00c130