~rogpeppe/juju-core/438-local-instance-Addresses

« back to all changes in this revision

Viewing changes to provider/openstack/live_test.go

  • Committer: Tim Penhey
  • Date: 2013-09-20 02:21:40 UTC
  • mto: This revision was merged to the branch mainline in revision 1848.
  • Revision ID: tim.penhey@canonical.com-20130920022140-bxwsb6t9aelb9ezl
More changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
// The deployment can be a real live instance or service doubles.
73
73
// Each test runs using the same connection.
74
74
type LiveTests struct {
75
 
        coretesting.LoggingSuite
 
75
        coretestbase.LoggingSuite
76
76
        jujutest.LiveTests
77
77
        cred                   *identity.Credentials
78
78
        writeablePublicStorage storage.Storage