Comment 1 for bug 1999558

Revision history for this message
Rodolfo Alonso (rodolfo-alonso-hernandez) wrote :

The rootwrap_deploy.sh script is failing with tox4. This is because:
1) Since [1], we consider that the $dst_rootwrap_path variable is a relative patch and we make it absolute.
2) With tox4, the $toxinidir directory is absolute (with tox3 was relative). E.g. (from functional CI tests):
* tox3: https://paste.opendev.org/show/bdrCH1AQKxdzFP6xKdgm/
* tox4: https://paste.opendev.org/show/bo2QQEJY0efNW2thWUpi/

In order to be compatible with both versions, we need to check if $dst_rootwrap_path is absolute or not.

[1]https://review.opendev.org/c/openstack/neutron/+/707697