~abentley/juju-ci-tools/client-from-config-4

« back to all changes in this revision

Viewing changes to run-reliability-test.bash

  • Committer: Aaron Bentley
  • Date: 2016-03-18 14:47:06 UTC
  • mto: This revision was merged to the branch mainline in revision 1324.
  • Revision ID: aaron.bentley@canonical.com-20160318144706-z7wy9c21m3psi6g5
Introduce set_model_name, update tests, check controller on bootstrap.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
  new_juju=$(find $new_juju_dir -name juju)
25
25
  buildvars=$new_juju_dir/buildvars.json
26
26
fi
27
 
if [ "${both_new-}" == "true" ]; then
28
 
  export PATH=$(dirname $new_juju):$PATH
29
 
fi
30
27
logs=$WORKSPACE/logs
31
28
mkdir $logs
32
29
$SCRIPTS/write_industrial_test_metadata.py $buildvars $environment \