diff options
author | Valerii Ponomarov <vponomar@redhat.com> | 2019-03-13 20:03:32 +0530 |
---|---|---|
committer | vponomar <vponomar@redhat.com> | 2019-03-18 11:44:40 +0000 |
commit | 21d8180f38c491ed166926966c99f03d0420ea9f (patch) | |
tree | fd5a1504ec79c20a87bccb5e1b4966d170c12028 /tests/functional/provisioning/test_storage_class_cases.py | |
parent | 32b611b2a6498b1de307142e335e09d1e0ec082c (diff) |
Unskip 'test_gluster_block_provisioning_with_valid_ha_count' tc
Because BZ-1609703 was fixed.
Change-Id: I86e7690e8a190d9f913fb0140780a0bcbcce1e72
Diffstat (limited to 'tests/functional/provisioning/test_storage_class_cases.py')
-rw-r--r-- | tests/functional/provisioning/test_storage_class_cases.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/functional/provisioning/test_storage_class_cases.py b/tests/functional/provisioning/test_storage_class_cases.py index 5ecfcd67..27982d5d 100644 --- a/tests/functional/provisioning/test_storage_class_cases.py +++ b/tests/functional/provisioning/test_storage_class_cases.py @@ -165,7 +165,6 @@ class TestStorageClassCases(BaseClass): """Validate glusterblock storage with different incorrect parameters""" self.create_sc_with_parameter("glusterblock", parameter=parameter) - @skip("Blocked by BZ-1609703") @ddt.data(1, 2) def test_gluster_block_provisioning_with_valid_ha_count(self, hacount): """Validate gluster-block provisioning with different valid 'hacount' |