gluster/glusto-tests

glusto-tests/tests/functional/dht/test_negative_exercise_add_brick_command.py is failing with ImportError

Closed this issue · 1 comments

It looks like test case is using "form_bricks_list_to_add_brick" function which is not present/merged in glustolibs.gluster.volume_libs

Error:

ImportError while importing test module 'glusto-tests/tests/functional/dht/test_negative_exercise_add_brick_command.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
tests/functional/dht/test_negative_exercise_add_brick_command.py:22: in
from glustolibs.gluster.volume_libs import (form_bricks_list_to_add_brick,
E ImportError: cannot import name form_bricks_list_to_add_brick

Looks like fixed. Hence closing the issue