Project

General

Profile

Actions

Bug #42255

closed

mgr/dashboard: run-backend-api-test.sh is failing

Added by Tatjana Dehler over 4 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Testing & QA
Target version:
-
% Done:

0%

Source:
Development
Tags:
Backport:
Regression:
Yes
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

The run-backend-api-test.sh script is currently failing on my docker environment:

Error importing packages, have you activated your teuthology virtualenv and set PYTHONPATH to point to teuthology and ceph-qa-suite?
***

Traceback (most recent call last):
  File "../qa/tasks/vstart_runner.py", line 128, in <module>
    from tasks.ceph_manager import CephManager
  File "/tmp/tmp.Q2oxTxdqZU/venv/lib/python2.7/site-packages/gevent/builtins.py", line 93, in __import__
    result = _import(*args, **kwargs)
  File "/ceph/qa/tasks/ceph_manager.py", line 22, in <module>
    from teuthology.orchestra.remote import Remote
  File "/tmp/tmp.Q2oxTxdqZU/venv/lib/python2.7/site-packages/gevent/builtins.py", line 93, in __import__
    result = _import(*args, **kwargs)
  File "/tmp/tmp.Q2oxTxdqZU/teuthology/teuthology/orchestra/remote.py", line 4, in <module>
    import teuthology.lock.query
  File "/tmp/tmp.Q2oxTxdqZU/venv/lib/python2.7/site-packages/gevent/builtins.py", line 93, in __import__
    result = _import(*args, **kwargs)
  File "/tmp/tmp.Q2oxTxdqZU/teuthology/teuthology/lock/__init__.py", line 1, in <module>
    from teuthology.lock import cli, keys, ops, query, util  # noqa
  File "/tmp/tmp.Q2oxTxdqZU/venv/lib/python2.7/site-packages/gevent/builtins.py", line 93, in __import__
    result = _import(*args, **kwargs)
  File "/tmp/tmp.Q2oxTxdqZU/teuthology/teuthology/lock/cli.py", line 15, in <module>
    from teuthology.lock import (
  File "/tmp/tmp.Q2oxTxdqZU/venv/lib/python2.7/site-packages/gevent/builtins.py", line 93, in __import__
    result = _import(*args, **kwargs)
  File "/tmp/tmp.Q2oxTxdqZU/teuthology/teuthology/lock/keys.py", line 5, in <module>
    from teuthology.lock import ops, query
  File "/tmp/tmp.Q2oxTxdqZU/venv/lib/python2.7/site-packages/gevent/builtins.py", line 93, in __import__
    result = _import(*args, **kwargs)
  File "/tmp/tmp.Q2oxTxdqZU/teuthology/teuthology/lock/ops.py", line 14, in <module>
    import teuthology.task.internal
  File "/tmp/tmp.Q2oxTxdqZU/venv/lib/python2.7/site-packages/gevent/builtins.py", line 93, in __import__
    result = _import(*args, **kwargs)
  File "/tmp/tmp.Q2oxTxdqZU/teuthology/teuthology/task/internal/__init__.py", line 21, in <module>
    from teuthology.orchestra import cluster, remote, run
ImportError: cannot import name remote

Related issues 1 (0 open1 closed)

Related to teuthology - Bug #42256: ImportError: cannot import name remoteResolvedRicardo Dias10/10/2019

Actions
Actions #1

Updated by Ricardo Dias over 4 years ago

  • Related to Bug #42256: ImportError: cannot import name remote added
Actions #2

Updated by Ricardo Dias over 4 years ago

Opened a ticket against teuthology to fix the problem: https://tracker.ceph.com/issues/42256

Actions #3

Updated by Tatjana Dehler over 4 years ago

  • Status changed from New to Closed
Actions #4

Updated by Ernesto Puerta about 3 years ago

  • Project changed from mgr to Dashboard
  • Category changed from 151 to Testing & QA
Actions

Also available in: Atom PDF