From fe4cf304f00a7c9a9f8b72be0525c24b26fc4cac Mon Sep 17 00:00:00 2001 From: Sergey Reshetnyak Date: Mon, 30 Jan 2017 13:54:21 +0300 Subject: [PATCH] Do not push tempest.log in static storage log_dir option broken in rally 0.7.0 so we cannot specify location on tempest logs. Change-Id: Icabfd73f438013d71cf7b24870919f7126316cfd --- service/files/run-tempest.sh.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/service/files/run-tempest.sh.j2 b/service/files/run-tempest.sh.j2 index b18ce3f..1b4249d 100644 --- a/service/files/run-tempest.sh.j2 +++ b/service/files/run-tempest.sh.j2 @@ -6,7 +6,8 @@ function publish_artifacts { local path="/var/lib/rally/{{ rally.tempest.static.path }}" mkdir -p "${path}" - cp /var/lib/rally/tempest.log "${path}/tempest.log" + # TODO: log_file option broken and fixed in rally 0.8.0 + #cp /var/lib/rally/tempest.log "${path}/tempest.log" rally verify results --output-file "${path}/result.json" rally verify results --html --output-file "${path}/result.html" # TODO: add junit report