Merge "Only run setup tempest once"

This commit is contained in:
Jenkins 2016-04-11 00:38:18 +00:00 committed by Gerrit Code Review
commit 6968db44a9
1 changed files with 4 additions and 2 deletions

View File

@ -201,8 +201,10 @@ task :integration => [:create_key, :berks_vendor] do
puts "####### Pass #{i}"
# Kick off chef client in local mode, will converge OpenStack right on the gate job "in place"
sh %(sudo chef-client #{client_opts} -E allinone-#{@platform} -r 'role[allinone]')
_setup_tempest(client_opts)
_setup_local_network if i == 1
if i == 1
_setup_tempest(client_opts)
_setup_local_network
end
_run_basic_queries
_setup_cinder_volume
_run_nova_tests