Need to remove tethering between tempest tests and engine functional tests
Bug #1476759 reported by
Victor Ryzhenkin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Murano |
Fix Released
|
Medium
|
Victor Ryzhenkin |
Bug Description
The main problem is this function
https:/
which used in
https:/
This lead to Import Errors, if we trying to install tempest to venv.
To avoid these errors, we should install requirements of murano after tempest installation.
But in time, requirements may override critical libs in tempest dependencies, and our gate will be blocked.
Need to remove tether between tempest api tests and common/utils.py to install tempest into venv and make dsvm gate more stable.
Changed in murano: | |
status: | Fix Committed → Fix Released |
Changed in murano: | |
milestone: | liberty-3 → 1.0.0 |
Changed in murano: | |
milestone: | 1.0.0 → 1.0.1 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/215137
Review: https:/