[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