lp://staging/~gnuoy/charms/trusty/odl-controller/new-tests
Created by
Liam Young
and last modified
- Get this branch:
- bzr branch lp://staging/~gnuoy/charms/trusty/odl-controller/new-tests
Only
Liam Young
can upload to this branch. If you are
Liam Young
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- James Page: Needs Fixing
-
Diff: 7239 lines (+5974/-195)48 files modifiedMakefile (+17/-0)
charm-helpers-sync.yaml (+2/-0)
charm-helpers-tests.yaml (+5/-0)
config.yaml (+4/-2)
hooks/charmhelpers/contrib/network/__init__.py (+15/-0)
hooks/charmhelpers/contrib/network/ip.py (+456/-0)
hooks/charmhelpers/contrib/openstack/amulet/deployment.py (+124/-11)
hooks/charmhelpers/contrib/openstack/amulet/utils.py (+381/-0)
hooks/charmhelpers/contrib/openstack/context.py (+169/-55)
hooks/charmhelpers/contrib/openstack/neutron.py (+57/-16)
hooks/charmhelpers/contrib/openstack/templates/ceph.conf (+6/-0)
hooks/charmhelpers/contrib/openstack/templating.py (+32/-4)
hooks/charmhelpers/contrib/openstack/utils.py (+313/-21)
hooks/charmhelpers/contrib/python/__init__.py (+15/-0)
hooks/charmhelpers/contrib/python/packages.py (+121/-0)
hooks/charmhelpers/contrib/storage/linux/ceph.py (+226/-13)
hooks/charmhelpers/contrib/storage/linux/utils.py (+4/-3)
hooks/charmhelpers/core/files.py (+45/-0)
hooks/charmhelpers/core/hookenv.py (+157/-14)
hooks/charmhelpers/core/host.py (+147/-28)
hooks/charmhelpers/core/hugepage.py (+71/-0)
hooks/charmhelpers/core/kernel.py (+68/-0)
hooks/charmhelpers/core/services/helpers.py (+22/-3)
hooks/charmhelpers/core/strutils.py (+30/-0)
hooks/charmhelpers/core/templating.py (+13/-6)
hooks/charmhelpers/core/unitdata.py (+61/-17)
hooks/charmhelpers/fetch/__init__.py (+9/-1)
metadata.yaml (+1/-1)
tests/015-basic-trusty-icehouse (+9/-0)
tests/016-basic-trusty-juno (+11/-0)
tests/017-basic-trusty-kilo (+11/-0)
tests/018-basic-trusty-liberty (+11/-0)
tests/basic_deployment.py (+465/-0)
tests/charmhelpers/__init__.py (+38/-0)
tests/charmhelpers/contrib/__init__.py (+15/-0)
tests/charmhelpers/contrib/amulet/__init__.py (+15/-0)
tests/charmhelpers/contrib/amulet/deployment.py (+95/-0)
tests/charmhelpers/contrib/amulet/utils.py (+818/-0)
tests/charmhelpers/contrib/openstack/__init__.py (+15/-0)
tests/charmhelpers/contrib/openstack/amulet/__init__.py (+15/-0)
tests/charmhelpers/contrib/openstack/amulet/deployment.py (+297/-0)
tests/charmhelpers/contrib/openstack/amulet/utils.py (+985/-0)
tests/setup/00-setup (+17/-0)
unit_tests/__init__.py (+3/-0)
unit_tests/odl_outputs.py (+271/-0)
unit_tests/test_odl_controller_hooks.py (+95/-0)
unit_tests/test_odl_controller_utils.py (+93/-0)
unit_tests/test_utils.py (+124/-0)
Branch information
- Owner:
- Liam Young
- Status:
- Development
Recent revisions
- 9. By Liam Young
-
[tribaal, r=gnuoy] This branch fixes a race condition in the odl client invocation where sometimes the charm would trigger relation-joined before the service had time to come up (resulting in an error).
- 7. By Liam Young
-
[tribaal, r=gnuoy] Make the charm not care what the name of the archive is (it looks at the decompressed name instead)
- 5. By James Page
-
Add support for SDN profiles
Add support for explicit proxy configuration of ODL components only.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)