commit | 8c05e2703aa328d9e22bc09360ea30723dc0dd74 | [log] [tgz] |
---|---|---|
author | Hanna Arhipova <harhipova@mirantis.com> | Wed Apr 24 11:47:31 2019 +0300 |
committer | Oleksii Zhurba <ozhurba@mirantis.com> | Mon May 06 19:00:42 2019 +0000 |
tree | ac50bf7b9a1260f76c1a2595eaf0d362c4249167 | |
parent | a14488d565790992e8453d643a6fbea14bb25311 [diff] [blame] |
Add test steps into the stdout if test failed. Related-Prod:#PROD-29995(PROD:29995) Change-Id: Ie0a03d4d8896c7d7836cfd57736778f3896bcb87
diff --git a/test_set/cvp-sanity/pytest.ini b/test_set/cvp-sanity/pytest.ini index 121300d..7d6dde9 100644 --- a/test_set/cvp-sanity/pytest.ini +++ b/test_set/cvp-sanity/pytest.ini
@@ -1,3 +1,3 @@ [pytest] norecursedirs = venv -addopts = -vv \ No newline at end of file +addopts = -vv --tb=short \ No newline at end of file