Juju Charm - Tempest
Go to file
Doug Hellmann 386ad0bae3 import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I65f20098724ec65a27e280cde26d5bb1c7397b70
Story: #2002586
Task: #24317
2018-09-11 13:20:54 -04:00
src Update functional test definitions 2018-08-27 18:18:43 -05:00
unit_tests Use charms.openstack charmhelpers test_mocks 2017-05-25 10:56:42 +01: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
.zuul.yaml import zuul job settings from project-config 2018-09-11 13:20:54 -04: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
rebuild Rebuild for sync charm-helpers to ensure rocky support 2018-07-13 16:14:41 +02:00
requirements.txt Add Amulet Tests 2016-09-30 09:36:22 +00:00
test-requirements.txt Add unit tests 2016-12-07 13:06:28 +00:00
tox.ini Add py36 testenv 2018-06-27 11:24:36 +07: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