commit 67b7d5fc073fa9ab2c3944a4e868289bbbae54f9 Author: Arx Cruz Date: Tue Sep 22 17:58:06 2020 +0200 Update git submodules * Update openstack-ansible-os_tempest from branch 'master' - Fix tempest init logic The tempest init was checking if the workspace/etc directory exists, and were creating a new workspace without pass a name, the default is workspace, but passing a --name ensure it won't break if tempest decides to change it. Also, the rename command only change the name in the $HOME/.tempest/workspace.yml, it doesn't change the path for the particular workspace. The same happens with the move command, it just update the path on the workspace.yml file. With this patch, the tempest workspace is being moved properly to a workspace_$CURDATE, all the files are copied to the new workspace, delete the old workspace directory, and call tempest init properly. Also adding tripleo upgrade job as nv for now, since this issue only happen in upgrade jobs. Change-Id: I8a3b79352819f5e980eaea7482cd6b1f1bfc47be Closes-Bug: #1896126 diff --git a/openstack-ansible-os_tempest b/openstack-ansible-os_tempest index 5a46aff..278ef6f 160000 --- a/openstack-ansible-os_tempest +++ b/openstack-ansible-os_tempest @@ -1 +1 @@ -Subproject commit 5a46aff857c72fb8eb5613b67de74de40219ef73 +Subproject commit 278ef6f8297c2a8055b8a5e27092662a85f5d0cc