commit | d1018020ed82d04842d57d116034efce79ee45ee | [log] [tgz] |
---|---|---|
author | Hanna Arhipova <harhipova@mirantis.com> | Fri May 24 15:53:24 2019 +0300 |
committer | Hanna Arhipova <harhipova@mirantis.com> | Fri May 24 15:53:24 2019 +0300 |
tree | 43918aab8f65af2454b05cc138440a843aa00ac9 | |
parent | 075cc7aed41f1e7819357281ec70297ba00062c0 [diff] [blame] |
[cvp-spt] add live logs to stdout Change-Id: Ifde152b84a503db84b91689bb326cda88455a485 Closes-Bug: #PROD-30541(PROD:30541)
diff --git a/test_set/cvp-spt/pytest.ini b/test_set/cvp-spt/pytest.ini index 32f15a2..0180774 100644 --- a/test_set/cvp-spt/pytest.ini +++ b/test_set/cvp-spt/pytest.ini
@@ -1,2 +1,3 @@ [pytest] -norecursedirs = venv \ No newline at end of file +norecursedirs = venv +addopts = -vv --tb=short --capture=no \ No newline at end of file