Comment 4 for bug 1990137

Revision history for this message
Soniya Murlidhar Vyas (svyas) wrote :

IMHO, this failure is caused because of following reasons:-

1. This patch[1] uses '.' instead of '_' which caused ddt module to throw error as follows:-
---
@ddt.named_data(\nAttributeError: module 'ddt' has no attribute 'named_data'\n
---

2. There is an solution available for this issue[2] which is still not merged which is why manila_tempest_tests are failing

[1]https://review.opendev.org/c/openstack/manila-tempest-plugin/+/855813
[2]https://review.opendev.org/c/openstack/manila-tempest-plugin/+/857826