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

« back to all changes in this revision

Viewing changes to tests/test_assess_ssh_keys.py

aws bootstrap code changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
    parse_args,
11
11
    parse_ssh_keys_output,
12
12
    )
13
 
from fakejuju import fake_juju_client
 
13
from jujupy import fake_juju_client
14
14
from tests import (
15
15
    parse_error,
16
16
    TestCase,