9c58c4bb2c
Due to a build problem with the reactive plugin, this change falls back
on overriding the steps and doing a manual build, but it also ensures
the CI system builds the charm using charmcraft. Changes:
- add a build-requirements.txt
- modify charmcraft.yaml
- modify osci.yaml
-> indicate build with charmcraft
- modify tox.ini
-> tox -e build does charmcraft build/rename
-> tox -e build-reactive does the reactive build
- modify bundles to use the <charm>.charm artifact in tests.
and fix deprecation warning re: prefix
- tox inception to enable tox -e func-test in the CI
- Pin everything in wheelhouse.txt for bionic and focal support.
This will need updating when the charm channels are created.
func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/778
Change-Id: I1fc6374f6201a6ee5dbe46bd23a71a2f7372bbcf
13 lines
121 B
Plaintext
13 lines
121 B
Plaintext
build/
|
|
.local/
|
|
.testrepository/
|
|
.tox/
|
|
func-results.json
|
|
test-charm/
|
|
**/__pycache__
|
|
.stestr
|
|
.coverage
|
|
cover
|
|
*.swp
|
|
*.charm
|