Fix tempest dockerfile

bash: nosetests: command not found

Change-Id: I2db98e758029adb7aae6ec60a4e5b2a229012d1c
Closes-Bug: #1685684
This commit is contained in:
zhubingbing 2017-04-24 11:17:38 +08:00
parent 6a9681ba9b
commit d741d094e2

@ -25,7 +25,8 @@ RUN ln -sf /var/lib/tempest /tempest
ADD tempest-archive /tempest-source
{% set tempest_pip_packages = [
'/tempest'
'/tempest',
'nose'
] %}
# NOTE(Jeffrey4l): remove the tempest version constraint in the