Skip to content
Snippets Groups Projects
  1. Jun 27, 2018
  2. May 09, 2018
  3. Apr 03, 2018
    • Ryan Beisner's avatar
      Update tox.ini to stop using unverified package · 6a7a9a92
      Ryan Beisner authored
      As of pip 10.0, --allow-unverified is not permitted.
      
      Use of the flag in this repo was previously used to force
      installation of python-apt to accommodate certain unit tests.
      
      The unverified package, python-apt, is no longer necessary
      for test execution.
      
      Related-Bug: #1760720
      
      Change-Id: I15a489755a94d0df0f2a6331410add716e56e091
      6a7a9a92
  4. Feb 21, 2018
  5. Nov 19, 2017
  6. Mar 29, 2017
  7. Mar 21, 2017
    • David Ames's avatar
      Enable Ocata Amulet Tests · 76dfb7dc
      David Ames authored
      - Add Zesty as a supported series to metadata.yaml.
      - Turn on Xenial-Ocata Amulet test definitions.
      - Sync charm helpers to get Juju 2.x amulet compatibility.
      - Keeping Zesty-Ocata Amulet test definitions turned off until the
        metadata.yaml changes propagate to the charm store.
      - Resync tox.ini to resolve amulet test failures.
      
      Change-Id: Ie85a1357f75d51af07c20028cd69f5cf9c0598f1
      76dfb7dc
  8. Sep 09, 2016
    • Ryan Beisner's avatar
      Update tox.ini files from release-tools gold copy · 0449669d
      Ryan Beisner authored
      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.
      
      Change-Id: I435049886d9e2e2bb47d4beeb4f4833a65ae72e4
      0449669d
  9. Jul 19, 2016
    • Ryan Beisner's avatar
      Use bundletester for amulet test execution · 6b96a47b
      Ryan Beisner authored
      Switch to using bundletester for execution of functional tests,
      leveraging tox to build out test virtualenvs.
      
      Rename amulet tests inline with gate-*, dev-* and dfs-*
      naming standards.
      
      Update README to refer to functional testing section of the charm
      guide.
      
      Change-Id: I649729447605b38a257c403dceb6c6a8dfe9f582
      6b96a47b
  10. Mar 23, 2016
    • James Page's avatar
      Update to charm-tools >= 2.0.0 · 76557e9f
      James Page authored
      The new release of charm-tools no longer ships the charm
      command; update minimum version requirement and switch
      to using charm-proof instead, unblocking current pep8
      failures across all charms.
      
      Also pin the version of requests to 2.6.0 until theblues
      (indirect dependency of charm-tools) sort out its
      requirements versioning.
      
      Change-Id: I12452beda5879dcc6f4cde922d640d0c987bb8c1
      76557e9f
  11. Feb 15, 2016
Loading