summaryrefslogtreecommitdiffstats
path: root/tests/functional/heketi/test_volume_creation.py
diff options
context:
space:
mode:
authorValerii Ponomarov <vponomar@redhat.com>2019-11-28 17:57:44 +0530
committerValerii Ponomarov <vponomar@redhat.com>2019-11-28 19:04:08 +0530
commit0a86502c92a4be3818b8b6abe3601af02b949cc6 (patch)
tree926b565c394dde88f264bacd13d5e8f76f7420e9 /tests/functional/heketi/test_volume_creation.py
parent985cc6bf7bfa25ee8aba0735770583a89a7f9319 (diff)
Fix str/list/tuple distinguishing in library functions to support py3
We try to distinguish strings from other iterable object types in several our library functions and now it is not compatible with py3. The problem is that in py2 strings don't have "__iter__" method, but it exists in case of py3. So, fix it by using py2/3 compatible check for string types. Change-Id: I3f833b5e79f1563a3ae6a2bb9ae43d8919d82c30
Diffstat (limited to 'tests/functional/heketi/test_volume_creation.py')
0 files changed, 0 insertions, 0 deletions