~ankatare/juju-ci-tools/juju-aws-add-credential

« back to all changes in this revision

Viewing changes to tests/test_perfscale_longrunning.py

  • Committer: ankatare at hotmail
  • Date: 2017-01-31 03:53:09 UTC
  • mfrom: (1837.1.30 trunk)
  • Revision ID: ankatare@hotmail.com-20170131035309-8dmn8d86opr9yorl
merge trunck

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
from mock import patch, Mock, call
5
5
import StringIO
6
6
 
7
 
from fakejuju import fake_juju_client
 
7
from jujupy import fake_juju_client
8
8
import perfscale_longrunning as pl
9
9
from tests import (
10
10
    parse_error,