
Without this fix the unit_tests/ folder is considered part of the interface. The reactive boilerplate then tries to import it and fails on missing dependencies. This solves [1]. [1]: https://github.com/openstack-charmers/magpie-layer/issues/24 Change-Id: If0d2b119694e42095aefe49e57ba49bfc5b089ce
12 lines
288 B
YAML
12 lines
288 B
YAML
name: magpie
|
|
summary: Interface used by the Magpie charm layer for peer network tests
|
|
version: 1
|
|
maintainer: OpenStack Charmers <openstack-discuss@lists.openstack.org>
|
|
ignore:
|
|
- 'unit_tests'
|
|
- '.testr.conf'
|
|
- 'test-requirements.txt'
|
|
- 'tox.ini'
|
|
- '.gitignore'
|
|
- '.gitreview'
|