commit | 23c1833f4cf7fa919545b98b8d188db15bbe3ab5 | [log] [tgz] |
---|---|---|
author | Oleksii Zhurba <ozhurba@mirantis.com> | Thu May 09 18:53:40 2019 -0500 |
committer | Oleksii Zhurba <ozhurba@mirantis.com> | Wed May 22 15:36:42 2019 -0500 |
tree | c4861524691d7df4503589a30fe1555e9187c322 | |
parent | e01d5e87199bfee2e0df75dabc189d9f339ec944 [diff] [blame] |
[CVP,Q4] Add tags and review SL tests Change-Id: Ic110e7123f42161911fc49daaaf3a3c045886eae Related-PROD: PROD-30482
diff --git a/test_set/cvp-sanity/tests/test_mounts.py b/test_set/cvp-sanity/tests/test_mounts.py index 5fe40fc..b79e6db 100644 --- a/test_set/cvp-sanity/tests/test_mounts.py +++ b/test_set/cvp-sanity/tests/test_mounts.py
@@ -2,6 +2,8 @@ import pytest +@pytest.mark.smoke +#full? def test_mounted_file_systems(local_salt_client, nodes_in_group): """ # Get all mount points from each node in the group with the next command: `df -h | awk '{print $1}'`