Juju Charm - Tempest
Go to file
Liam Young 0b835ba2ba Include summary information in action output
When a tempest run is triggered by running the run-tempest action
parse the logfile and include the results eg

> juju action fetch c0a57e2f-62a3-4328-8171-ce23cc8b49a3
results:
  expected-fail: "0"
  failed: "0"
  passed: "21"
  skipped: "49"
  tempest-logfile: /var/lib/tempest/logs/run_20160928123429.log
  unexpected-success: "0"
status: completed
timing:
  completed: 2016-09-28 12:36:33 +0000 UTC
  enqueued: 2016-09-28 10:41:36 +0000 UTC
  started: 2016-09-28 10:41:36 +0000 UTC

Closes-Bug: 1628492
Change-Id: If051e925cc09daaa389cfb89a54c0fc82e672ff1
2016-09-30 15:23:01 +00:00
src Include summary information in action output 2016-09-30 15:23:01 +00:00
unit_tests Refactor to source charm 2016-06-15 17:27:33 +00:00
.gitignore Prepare repo for gerrit 2016-06-01 20:17:19 +00:00
.gitreview Prepare repo for gerrit 2016-06-01 20:17:19 +00:00
.testr.conf Prepare repo for gerrit 2016-06-01 20:17:19 +00:00
README.md Refactor to source charm 2016-06-15 17:27:33 +00:00
copyright Refactor to source charm 2016-06-15 17:27:33 +00:00
requirements.txt Add Amulet Tests 2016-09-30 09:36:22 +00:00
test-requirements.txt Add Amulet Tests 2016-09-30 09:36:22 +00:00
tox.ini Update tox.ini files from release-tools gold copy 2016-09-06 22:02:28 +00:00

README.md

Overview

This is a "source" charm, which is intended to be strictly the top layer of a built charm. This structure declares that any included layer assets are not intended to be consumed as a layer from a functional or design standpoint.

Test and Build

tox -e pep8
tox -e py34  # or py27 or py35
tox -e build

Contact Information

Freenode IRC: #openstack-charms