5f7b383c90
When Tempest loads tests class inheritance plays a big role,
the test name (or path if you will) is affected by the inherited
classes.
ShareNetworksTest class inherits from ShareNetworkListMixin,
see [1], therefore the test in questions appears to be under
ShareNetworksTest and not ShareNetworkListMixin which is its
litteral position.
This issue wasn't uncovered by the consistency checks
because tools/checktest.py parses test files manually and
therefore the check passed as it found the litteral position
of the test not the based on the inheritance.
[1]
|
||
---|---|---|
.. | ||
cross_check | ||
checktests.py | ||
consistency.sh | ||
flake8wrap.sh | ||
jsonToRst.py | ||
parse_next_tests.py | ||
push-csv.py |