Comment 4 for bug 1891317

Revision history for this message
Michele Baldessari (michele) wrote :

So the issue was seen in my CI review for the following reasons:
- this tht tox renders a bunch of yaml files
- then somehow simulates the ansible bit by just importing them but doing nothing (it does so by setting step to 9999)
- now the problem is that in my post_upgrade task i run some commands without putting them under the step==something condition and so this ansible test will actually run things and fail