summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authornigoyal <nigoyal@redhat.com>2018-11-13 12:45:33 +0530
committernigoyal <nigoyal@redhat.com>2018-11-14 18:45:12 +0530
commit82dfcfe348f4b04c405f7164fce34f3d27ae69cf (patch)
tree48744784cae1170f67ad32e39ab42e6d1bf4b674 /tests
parentd27f48282d2aaaf38851e192962e765b4f23bbb5 (diff)
Remove skip of CNS-584 tc
Stop skipping CNS-584 tc with reference to the BZ-1644696 bug. Instead, add possibility to avoid this "blocker" bug, which is not the point of test. The reason is that in kube 3.11 we have "synchronous" delete operation by default. But we did have it as "async" in all the previous kube versions. So, add possibility to distinguish kube versions adding additional "--wait=false" option in kube 1.11+ versions. Change-Id: Ie92abcf4b67f7237092d62b7e8aa180d9877853c
Diffstat (limited to 'tests')
-rw-r--r--tests/functional/common/provisioning/test_dynamic_provisioning_p0_cases.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/functional/common/provisioning/test_dynamic_provisioning_p0_cases.py b/tests/functional/common/provisioning/test_dynamic_provisioning_p0_cases.py
index 9875e6dd..2f43ff1e 100644
--- a/tests/functional/common/provisioning/test_dynamic_provisioning_p0_cases.py
+++ b/tests/functional/common/provisioning/test_dynamic_provisioning_p0_cases.py
@@ -19,7 +19,6 @@ from cnslibs.common.openshift_ops import (
oc_delete,
oc_get_custom_resource,
oc_rsh,
- oc_version,
scale_dc_pod_amount_and_wait,
verify_pvc_status_is_bound,
wait_for_pod_be_ready,
@@ -422,9 +421,6 @@ class TestDynamicProvisioningP0(CnsBaseClass):
def test_pvc_deletion_while_pod_is_running(self):
# CNS-584 Verify PVC deletion while pod is running
- if "v3.11" in oc_version(self.node):
- self.skipTest("Blocked by BZ-1644696")
-
self._create_storage_class()
self._create_and_wait_for_pvc()