Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a very basic smoke test. Run it with tox -e smoke #800

Merged
merged 6 commits into from Aug 10, 2022

Commits on Jul 14, 2022

  1. Added a very basic smoke test. Run it with tox -e smoke

    This requires a development box with an active juju controller, and
    charmcraft installed.
    
    The smoke test will build the "smoke" charm in test/charms/test_smoke
    and try to deploy xenial, bionic and focal versions of the charm.
    
    There are a few wonky things about this, including how we inject the
    current ops package, and the fact that we test with just the focal
    version of the charm. Future versions of this smoke test should clear
    those wonky bits up, as well as add automation.
    pengale committed Jul 14, 2022
    Copy the full SHA
    614f6c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Copy the full SHA
    10b1e2e View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Copy the full SHA
    e555ab1 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Addressed PR comments.

    pengale committed Aug 9, 2022
    Copy the full SHA
    2862904 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Copy the full SHA
    0e28783 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c944bc2 View commit details
    Browse the repository at this point in the history