Fix tempest invocation

The old run_tempest.sh script has been removed from tempest, so we call
our own wrapper that is created in the openstack-integration-test
cookbook instead.

Change-Id: I4a9d437b8227bda7fbdd0f3d41b4f7ca4c695400
Depends-On: If64fd079a8955d417daa76d431959f0335280467
This commit is contained in:
Jens Rosenboom 2017-03-01 15:27:21 +00:00
parent 2dcb80b6dd
commit a3b1f57fa5
1 changed files with 1 additions and 1 deletions

View File

@ -238,6 +238,6 @@ task :integration => [:create_key, :berks_vendor] do
end
# Run the tempest formal tests, setup with the openstack-integration-test cookbook
Dir.chdir('/opt/tempest') do
sh %(sudo -H ./run_tempest.sh --smoke --serial)
sh %(sudo -H /opt/tempest-venv/tempest.sh)
end
end