commit | 1eef831553aa577b21d754964ad8b3b3c8062ca0 | [log] [tgz] |
---|---|---|
author | Hanna Arhipova <harhipova@mirantis.com> | Mon May 06 20:14:18 2019 +0300 |
committer | Oleksii Zhurba <ozhurba@mirantis.com> | Wed May 22 15:59:37 2019 -0500 |
tree | 571779931a7fc7981834227c9737e81d39da2918 | |
parent | 23c1833f4cf7fa919545b98b8d188db15bbe3ab5 [diff] [blame] |
[CVP,Q4] Add logging for salt-api requests/responses Change-Id: I0dd73c60cc4364ce5962ddb2520390ad3ee32f06 Related-PROD: PROD-30482
diff --git a/test_set/cvp-sanity/tests/test_salt_master.py b/test_set/cvp-sanity/tests/test_salt_master.py index f0d6499..75a0116 100644 --- a/test_set/cvp-sanity/tests/test_salt_master.py +++ b/test_set/cvp-sanity/tests/test_salt_master.py
@@ -1,5 +1,6 @@ import json import pytest +import logging @pytest.mark.full