add required python modules(six,iso8601,fixtures) to requirements.txt

Bug #1225723 reported by DennyZhang
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tempest
Fix Released
Undecided
DennyZhang

Bug Description

These modules of six, iso8601, fixtures, are requiementd by following tempest modules.
But they are missing in requirements.txt.

,-----------
| ./tempest/openstack/common/log.py:42:from six import moves
| ./tempest/openstack/common/timeutils.py:25:import iso8601
| ./tempest/api/compute/admin/test_aggregates.py:18:import fixtures
| ./tempest/test.py:22:import fixtures
`-----------

Due to network issue, run_test.sh fail for the first time. Then I try it agin, and found this problem.

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/46665

Changed in tempest:
assignee: nobody → DennyZhang (denny-6)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tempest (master)

Reviewed: https://review.openstack.org/46665
Committed: http://github.com/openstack/tempest/commit/820072967e922ee23c8775f0707d1e8a588ade80
Submitter: Jenkins
Branch: master

commit 820072967e922ee23c8775f0707d1e8a588ade80
Author: DennyZhang <email address hidden>
Date: Sun Sep 15 11:57:17 2013 -0500

    add required python modules(six,iso8601,fixtures) to requirements.txt

    These modules of six, iso8601, fixtures, are requiementd by following tempest modules.
    But they are missing in requirements.txt.

     ./tempest/openstack/common/log.py:42:from six import moves
     ./tempest/openstack/common/timeutils.py:25:import iso8601
     ./tempest/api/compute/admin/test_aggregates.py:18:import fixtures
     ./tempest/test.py:22:import fixtures

     Closes-Bug: #1225723

    Change-Id: I5a43559630714c504dba4ef79ba9ee29128dfc69

Changed in tempest:
status: In Progress → Fix Committed
Sean Dague (sdague)
Changed in tempest:
status: Fix Committed → 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.