diff options
| author | Valerii Ponomarov <vponomar@redhat.com> | 2018-10-24 12:45:05 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit2@gerrit.host.prod.eng.bos.redhat.com> | 2018-10-24 12:45:05 +0000 |
| commit | bd4aebe9066ec258c3405cc0b5d3381f4a0bc6fd (patch) | |
| tree | f75571977b9155a3f2bf95bd8d449e7eecfdb9db /tests/functional/common/heketi/test_volume_expansion_and_devices.py | |
| parent | 742b89fb25c972c4d463287b4c999fb381e3c34b (diff) | |
| parent | 8120037a7e5a4cb9298ec59882c4aa10cdbf62ff (diff) | |
Merge "Fix all existing pep8 errors"
Diffstat (limited to 'tests/functional/common/heketi/test_volume_expansion_and_devices.py')
| -rw-r--r-- | tests/functional/common/heketi/test_volume_expansion_and_devices.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/functional/common/heketi/test_volume_expansion_and_devices.py b/tests/functional/common/heketi/test_volume_expansion_and_devices.py index e1d912c3..17ed5d9d 100644 --- a/tests/functional/common/heketi/test_volume_expansion_and_devices.py +++ b/tests/functional/common/heketi/test_volume_expansion_and_devices.py @@ -6,7 +6,7 @@ import unittest from glusto.core import Glusto as g from glustolibs.gluster import volume_ops, rebalance_ops -from cnslibs.common.exceptions import ExecutionError, ConfigError +from cnslibs.common.exceptions import ExecutionError from cnslibs.common.heketi_libs import HeketiClientSetupBaseClass from cnslibs.common.openshift_ops import get_ocp_gluster_pod_names from cnslibs.common import heketi_ops, podcmd @@ -696,4 +696,3 @@ class TestVolumeExpansionAndDevicesTestCases(HeketiClientSetupBaseClass): free_space_after_deletion > free_space_after_expansion, "Free space is not reclaimed after volume deletion of %s" % volume_id) - |
