paramiko should be listed in tools/pip-requires

Bug #1089763 reported by Jay Pipes
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tempest
Fix Released
Medium
Jay Pipes

Bug Description

======================================================================
ERROR: Failure: ImportError (No module named paramiko)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/nose/loader.py", line 390, in loadTestsFromName
    addr.filename, addr.module)
  File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 39, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 86, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "/opt/tempest/tempest/tests/boto/test_ec2_instance_run.py", line 27, in <module>
    from tempest.common.utils.linux.remote_client import RemoteClient
  File "/opt/tempest/tempest/common/utils/linux/remote_client.py", line 4, in <module>
    from tempest.common.ssh import Client
  File "/opt/tempest/tempest/common/ssh.py", line 30, in <module>
    import paramiko
ImportError: No module named paramiko

This was after pip install -r tools/pip-requires

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tempest (master)

Fix proposed to branch: master
Review: https://review.openstack.org/18011

Changed in tempest:
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tempest (master)

Reviewed: https://review.openstack.org/18011
Committed: http://github.com/openstack/tempest/commit/1a6425e0ca2bd9453b3e0f418d10b4c39570f01d
Submitter: Jenkins
Branch: master

commit 1a6425e0ca2bd9453b3e0f418d10b4c39570f01d
Author: Jay Pipes <email address hidden>
Date: Wed Dec 12 23:47:47 2012 -0500

    Adds paramiko to pip-requires

    The whitebox/SSH tests use paramiko, but it is not listed
    in the tools/pip-requires. This adds it.

    Change-Id: Icd3df69a94446f85772e515a820d8a013f0271f8
    fixes: lp bug #1089763

Changed in tempest:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.