openstack-ansible-os_tempest/tasks
Arx Cruz 278ef6f829 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
2020-10-17 18:55:26 +01:00
..
main.yml Deploy resources only when tempest_run is True 2020-07-07 19:22:41 +03:00
tempest_install.yml Always use virtualenv and pip to install tempest on Ubuntu 2020-01-30 10:35:26 +00:00
tempest_install_source.yml Refactor tempest plugin install from source 2020-04-22 00:24:29 +01:00
tempest_post_install.yml Fix tempest init logic 2020-10-17 18:55:26 +01:00
tempest_resources.yml Remove unsupported OS 2020-10-16 19:44:31 +00:00
tempest_run.yml Add support to tempest --worker-file option 2020-05-04 15:54:18 +02:00
tempestconf.yml Set mode for copy operation 2020-08-20 11:21:07 +05:30