pin tempest to keep setuping heat roles
A recent commit in Tempest [1] broke backward compatibility for Heat
testing.
stack_owner_role is not managed anymore by Tempest and it makes tests
fails.
This is a workaround until it's sorted out in Tempest.
Until this time, we pin Tempest to a previous commit so we can continue
to test scenario002.
[1] aa461b746b
Related-Bug: #1543785
Change-Id: Ib19c25b6e4d9af808a3abab4d4ecbded2f33c034
This commit is contained in:
parent
9f38efa6e5
commit
a7ddf09c7e
@ -97,5 +97,5 @@ wget http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img -P /tmp
|
||||
# - dashboard (horizon)
|
||||
# - TelemetryAlarming (Aodh)
|
||||
# - api.baremetal (Ironic)
|
||||
cd /tmp/openstack/tempest; tox -eall -- --concurrency=2 smoke dashboard TelemetryAlarming api.baremetal
|
||||
cd /tmp/openstack/tempest; git checkout 04d8c9d9791bc464c68ffe87471f704d09748075; tox -eall -- --concurrency=2 smoke dashboard TelemetryAlarming api.baremetal
|
||||
/tmp/openstack/tempest/.tox/all/bin/testr last --subunit > /tmp/openstack/tempest/testrepository.subunit
|
||||
|
Loading…
x
Reference in New Issue
Block a user