Commit Graph

7 Commits

Author SHA1 Message Date
Liam Young 574ed6ef74 Tests dir no longer need copy of charmhelpers
Charmhelpers is now installed via pip for unit tests so stop
'Make sync' from pulling it down.

Change-Id: I5fb93816e9074c1752f23e4eea6f8f0b88ff04c2
2018-10-10 12:41:38 +00:00
Frode Nordahl 2b30d94a64 Update repo to do ch-sync from Git
Change-Id: I586125cac1d6186ec7507dca73a1b74c38af355d
2017-09-26 09:15:45 +02:00
Alex Kavanagh 414d6e72ba Fix alphanumeric comparisons for openstack and ubuntu releases
- sync charmhelpers with fix-alpha helpers
- fix up code where the alpha comparisons are done

Change-Id: I8e40800da83457ea34c054f1506704a4fbc66183
Related-Bug: #1659575
2017-05-05 12:48:07 +01:00
Ryan Beisner 5dee299c55 Update tox.ini files from release-tools gold copy
All OpenStack Charms now contain identical tox.ini files,
not to be modified or made unique within each charm repo.

This is to ensure consistency across charm repos in tox
target naming, approach and purpose, also giving the
charm dev and test experience additional consistency.

Also create empty dirs with .keep files where necessary.
Some classic charms have actions and/or lib dirs, and some
do not. In all classic charms, flake will now check those
dirs to ensure lint coverage of existing or future content.

Fix Amulet test connection check and resync charm-helpers
to pull in rabbitmq-server amulet test helper update.

Add osplatform to charm-helper sync yaml to meet new
import requirements in the c-h core and fetch modules.

Disable precise tests until removal of precise nrpe charm
is resolved in the charm-store.

Disable SSL tests for <= trusty targets from xenial hosts.

Related-Bug: 1625044

Change-Id: I7d9308d222928e64a1a34b1b209d9bfd25738446
2016-09-19 09:33:20 +01:00
Ryan Beisner eeb752bb23 refactor amulet tests, update makefile, deprecate old amulet tests
resync tests/charmhelpers from https://code.launchpad.net/~1chb1n/charm-helpers/amulet-rmq-helpers
2015-09-03 18:58:14 +00:00
billy.olsen@canonical.com b83ea94734 Include cli in the rmq amulet 2015-07-31 15:00:49 -07:00
Billy Olsen cb3e6741a5 [wolsen,r=]
Resolves the amulet SSL test failure by generating the SSL certificates as
part of the amulet test suite run rather than providing pre-made ssl certs.

Fixes-Bug: #1436014
2015-04-13 15:11:34 -07:00