bundletester | A juju charm and bundle test runner

 by   juju-solutions Python Version: 0.12.2 License: No License

kandi X-RAY | bundletester Summary

kandi X-RAY | bundletester Summary

bundletester is a Python library. bundletester has no bugs, it has no vulnerabilities, it has build file available and it has low support. You can install using 'pip install bundletester' or download it from GitHub, PyPI.

This is designed around the fail fast principle. Each bundle is composed of charms, each of those charms should have tests ranging from unit tests to integration tests. The bundle itself will have integration tests. Those tests should run from least expensive to most expensive in terms of time, failing as soon as possible. The theory is that if tests fail in the charms, the bundle cannot function. Bundletester will therefore pull all the charms and look for any tests it can find and run those prior running its own integration tests. This test runner uses the following pattern. A bundle has a URL. The runner can be run directly from within a bundle checkout or will pull the branch to which the bundle url refers. From there it will attempt to look for a 'tests' directory off the project root. Using the rules described below it will find and execute each test within that directory and produce a report. This also includes a bundlewatcher script which can be used as a Jenkins script trigger.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              bundletester has a low active ecosystem.
              It has 14 star(s) with 22 fork(s). There are 17 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 27 open issues and 40 have been closed. On average issues are closed in 115 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of bundletester is 0.12.2

            kandi-Quality Quality

              bundletester has no bugs reported.

            kandi-Security Security

              bundletester has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              bundletester does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              bundletester releases are not available. You will need to build from source code and install.
              Deployable package is available in PyPI.
              Build file is available. You can build the component from source.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of bundletester
            Get all kandi verified functions for this library.

            bundletester Key Features

            No Key Features are available at this moment for bundletester.

            bundletester Examples and Code Snippets

            Test Directory,tests.yaml
            Pythondot img1Lines of Code : 26dot img1no licencesLicense : No License
            copy iconCopy
            bootstrap: false
            reset: false
            virtualenv: true
            virtualenv_python: python3
            tests: "[0-9]*"
            excludes:
              - `charm-name`
            sources:
              - ppa:ubuntu-lxc/lxd-stable
            packages:
              - lxd
            python_packages:
              - bzr
              - juju-deployer
              - amulet
              - requests
            requireme  
            Example Usage,Remote Sources,Launchpad
            Pythondot img2Lines of Code : 9dot img2no licencesLicense : No License
            copy iconCopy
            -t lp:~charmers/charms/precise/ghost/trunk
            -t launchpad:~charmers/charms/precise/ghost/trunk
            -t https://launchpad.net/~charmers/charms/precise/ghost/trunk
            
            # Add '@revision' to any Launchpad URL to test a specific revision
            -t lp:~charmers/charms/prec  
            Example Usage,Remote Sources,Bitbucket
            Pythondot img3Lines of Code : 7dot img3no licencesLicense : No License
            copy iconCopy
            # For Bitbucket, repos that don't end in '.git' are assumed to be Hg
            -t bb:battlemidget/juju-apache-gunicorn-django.git
            -t bitbucket:battlemidget/juju-apache-gunicorn-django.git
            -t https://bitbucket.org/battlemidget/juju-apache-gunicorn-django.git
            
            #  

            Community Discussions

            No Community Discussions are available at this moment for bundletester.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install bundletester

            You can install using 'pip install bundletester' or download it from GitHub, PyPI.
            You can use bundletester like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • PyPI

            pip install bundletester

          • CLONE
          • HTTPS

            https://github.com/juju-solutions/bundletester.git

          • CLI

            gh repo clone juju-solutions/bundletester

          • sshUrl

            git@github.com:juju-solutions/bundletester.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link