armada/armada/tests/unit/utils
Mark Burnett 083ba20f50 fix(git): allow specifying git refs for sources
This allows, e.g., pointing at a particular Gerrit Patch Set using
natural configuration, e.g.:

    ---
    schema: armada/Chart/v1
    metadata:
      schema: metadata/Document/v1
      name: ceph-config
    data:
      chart_name: ceph-config
      release: ceph-config
      namespace: ucp
      timeout: 3600
      install:
        no_hooks: true
      upgrade:
        no_hooks: true
      values: {}
      source:
        type: git
        location: https://github.com/openstack/openstack-helm
        subpath: ceph
        reference: refs/changes/54/457754/73
      dependencies: []

Change-Id: Ib6af0fec2bbfa1fa4e523d839df44af047697522
2017-10-18 14:17:17 -05:00
..
templates [feat] adding standard armada manifest 2017-07-26 14:44:05 -05:00
__init__.py testing-utils-lib 2017-06-28 12:47:26 -05:00
test_lint.py Fix(linting): Make Armada pep8 compliant 2017-09-29 11:46:58 -04:00
test_release.py Fix(linting): Make Armada pep8 compliant 2017-09-29 11:46:58 -04:00
test_source.py fix(git): allow specifying git refs for sources 2017-10-18 14:17:17 -05:00