Skip to content
/ fake-juju Public

A juju binary using the dummy provider for integration test purposes.

Notifications You must be signed in to change notification settings

juju/fake-juju

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project logo

Fake juju

Build Status

This package implements a fake Juju controller/cli. It's very close to the "real" Juju, with the main difference being that it runs with the dummy provider as backend.

It is meant as a helper in integration tests for services that consume Juju in some way (typically by talking to its websockets API).

Dependencies

To run tests, the code will need the latest python-jujuclient and python-txjuju packages installed. These builds are available from the juju-stable and txjuju-daily PPAs and can be added with:

sudo add-apt-repository -y ppa:juju/stable
sudo add-apt-repository -y ppa:landscape/txjuju-daily
sudo apt-get update && sudo apt-get install python-jujuclient python-txjuju

In addition, you'll want to have quilt and tox installed:

sudo apt-get install quilt tox

About

A juju binary using the dummy provider for integration test purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published