AZ-201

Results 3 comments of AZ-201

Here is a simple reproduce test_suite ``` import time import pytest class TestTimeOut(object): @pytest.mark.parametrize("arg", [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,...

The log printed in terminal shows that ``` [gw29] node down: Not properly terminated ``` and result was `failed`, but in the html file generated by `pytest-html==3.1.1`, it was error....