
On Sun, Nov 24, 2019 at 11:10 AM Eyal Shenitzky <eshenitz@redhat.com> wrote:
Hi,
I am failing to run VDSM tests locally using tox, failed with the following error:
ImportError while loading conftest '/home/eshenitz/git/vdsm/tests/storage/conftest.py'. storage/conftest.py:36: in <module> from vdsm import jobs ../lib/vdsm/jobs.py:29: in <module> from vdsm.config import config ../lib/vdsm/config.py:29: in <module> from vdsm.common.config import * # NOQA: F401, F403 E ModuleNotFoundError: No module named 'vdsm.common.config'
Did someone encounter this problem?
This means you did not run "make". The file is generated by make.
I cannot run vdsm-tool configure --force because it exists only in python-2 version
vdsm-tool configure exists in python 3 Check the instructions in the README for building new development environment, and fix if needed. Nir