Juju Charm - Tempest
Go to file
David Ames f031d74722 Update stable charms to use stable CH in test reqs
In our test-requirements.txt we often pull in charm-helpers. As stable and
master branches of charm-helpers diverge this can lead to testing failures
on the stable branch charms.

Update tests-requirements.txt to point to the stable branch of charm-helpers.

Change-Id: I9c7effbd9b159db5e4275c02c5041dae20340572
2019-05-06 16:17:22 -07:00
src Update stable charms to use stable CH in test reqs 2019-05-06 16:17:22 -07:00
unit_tests Update requirements 2018-10-04 16:44:02 -05:00
.gitignore Update requirements 2018-10-04 16:44:02 -05:00
.gitreview OpenDev Migration Patch 2019-04-19 19:37:02 +00:00
.stestr.conf Replace ostestr with stestr in testing framework. 2019-03-08 10:26:04 -05:00
.zuul.yaml Added tox environment for gathering coverage 2019-03-01 14:43:57 +01: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 with new charmhelpers release 2019-04-09 10:41:13 +01:00
requirements.txt Update requirements 2018-10-04 16:44:02 -05:00
test-requirements.txt Replace ostestr with stestr in testing framework. 2019-03-08 10:26:04 -05:00
tox.ini Replace ostestr with stestr in testing framework. 2019-03-08 10:26:04 -05: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