From 39fbf62d2e205c2e44f8de932644605fe39764ec Mon Sep 17 00:00:00 2001 From: Zuul Date: Fri, 20 Mar 2020 17:15:56 +0000 Subject: [PATCH] Update git submodules * Update neutron-tempest-plugin from branch 'master' - Merge "Fix how nc is called in qos test" - Fix how nc is called in qos test We have already nc_listen method in base scenario tests class. It was since now used only in port_forwarding tests but we can reuse it in QoS tests also. There was also problem with spawning ncat process, that sometimes, without any clear reason for me, process wasn't spawned at all. That caused failure of test. So this patch adds new method ensure_nc_listen() which spawns ncat process on remote host and checkes if process is really spawned. That way we can avoid problems with not spawned ncat process. This patch also makes "server" attribute to be optional in nc_listen method. It is used only to log console output in case when ssh to the server wouldn't work as expected. And if server is not given, _log_console_output() method will list all servers which belongs to tenant and log console for each of them. Closes-Bug: #1868100 Change-Id: I54c9f041f2f971219c32005b3fa573c06f0110ef --- neutron-tempest-plugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron-tempest-plugin b/neutron-tempest-plugin index baf14a5d92..22d7cc950b 160000 --- a/neutron-tempest-plugin +++ b/neutron-tempest-plugin @@ -1 +1 @@ -Subproject commit baf14a5d92ed87656444d2d55d1f7622e9640805 +Subproject commit 22d7cc950ba228ec00383b1ee6447c64ea713cb0