func (s *localLiveSuite) SetUpSuite(c *C) { s.LoggingSuite.SetUpSuite(c) c.Logf("Running live tests using openstack service test double") s.srv.start(c, s.cred) s.LiveTests.SetUpSuite(c) openstack.UseTestImageData(s.Env, s.cred) }
func (s *localServerSuite) SetUpTest(c *C) { s.LoggingSuite.SetUpTest(c) s.srv.start(c, s.cred) s.TestConfig.UpdateConfig(map[string]interface{}{ "auth-url": s.cred.URL, }) s.Tests.SetUpTest(c) s.writeablePublicStorage = openstack.WritablePublicStorage(s.Env) envtesting.UploadFakeTools(c, s.writeablePublicStorage) s.env = s.Tests.Env openstack.UseTestImageData(s.env, s.cred) }