Skip to content

Commit

Permalink
Install openssl for the object storage benchmark
Browse files Browse the repository at this point in the history
This lets the benchmark run on debian 8.
  • Loading branch information
Noah Lavine committed May 24, 2016
1 parent 3ccfef8 commit 8db5392
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1422,6 +1422,7 @@ def Prepare(benchmark_spec):
if FLAGS.azure_lib_version is not None:
azure_version_string = '==%s' % FLAGS.azure_lib_version
vms[0].RemoteCommand('sudo pip install azure%s' % azure_version_string)
vms[0].Install('openssl')
vms[0].Install('gcs_boto_plugin')

OBJECT_STORAGE_BENCHMARK_DICTIONARY[FLAGS.storage].Prepare(vms[0])
Expand Down

0 comments on commit 8db5392

Please sign in to comment.