Fix tempest dockerfile
bash: nosetests: command not found Change-Id: I2db98e758029adb7aae6ec60a4e5b2a229012d1c Closes-Bug: #1685684
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user