Hi,
testing a new ansible module in tht doesn't work[1]
[0;31mfatal: [localhost]: FAILED! => {"reason": "couldn't resolve module/action 'tripleo_ovs_upgrade'. This often indicates a misspelling, missing collection, or incorrect module path.\n\nThe error appears to be in '/home/zuul/src/opendev.org/openstack/tht-rendered/rendered-tasks/overcloud-resource-registry-puppet_upgrade_tasks.yml': line 1349, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n when: step|int == 0\n- tripleo_ovs_upgrade: null\n ^ here\n"}[0m
[0;36mincluded: /home/zuul/src/opendev.org/openstack/tht-rendered/rendered-tasks/overcloud-resource-registry-puppet_post_upgrade_tasks.yml for localhost[0m
Here, I'm testing a new ansible module named tripleo_ovs_upgrade.
In there[2], there's nothing to verify that the depends-on is on tripleo-ansible and then get the patch.
So I'm wondering what is the way to test new module and how to merge the change in tht[3]
[1] https://zuul.opendev.org/t/openstack/build/bf59fd54661e43ac9def6b129493162f
[2] https://opendev.org/openstack/tripleo-heat-templates/src/branch/master/tripleo_heat_templates/tests/tht-role-requirements.yml#L17
[3] The review is https://review.opendev.org/#/c/742632/
Fix proposed to branch: master /review. opendev. org/743562
Review: https:/