func (s *ServerRequiredSuite) TearDownSuite(c *C) { if *no_server { return } arvadostest.StopKeep() arvadostest.StopAPI() }
func (s *integrationSuite) TearDownSuite(c *check.C) { if testing.Short() { c.Skip("-short") } arvadostest.StopKeep(4) arvadostest.StopAPI() }
// Do a get on a block that exists on one of the keep servers. // The setup method will create this block before doing the get. func TestPullWorkerIntegration_GetExistingLocator(t *testing.T) { testData := PullWorkIntegrationTestData{ Name: "TestPullWorkerIntegration_GetLocator", Locator: "5d41402abc4b2a76b9719d911017c592", Content: "hello", GetError: "", } pullRequest := SetupPullWorkerIntegrationTest(t, testData, true) defer arvadostest.StopAPI() defer arvadostest.StopKeep(2) performPullWorkerIntegrationTest(testData, pullRequest, t) }
func TearDownDataManagerTest(t *testing.T) { arvadostest.StopKeep(2) arvadostest.StopAPI() summary.WriteDataTo = "" collection.HeapProfileFilename = "" }
func (s *IntegrationSuite) TearDownSuite(c *check.C) { arvadostest.StopKeep(2) arvadostest.StopAPI() }
func (s *NoKeepServerSuite) TearDownSuite(c *C) { arvadostest.StopAPI() }
func (s *ServerRequiredSuite) TearDownSuite(c *C) { arvadostest.StopKeep(2) arvadostest.StopAPI() }
func (s *ServerRequiredSuite) TearDownSuite(c *C) { arvadostest.StopAPI() arvadostest.ResetEnv() }
func TearDownDataManagerTest(t *testing.T) { arvadostest.StopKeep() arvadostest.StopAPI() }
func (s *TestSuite) TearDownSuite(c *C) { arvadostest.StopAPI() }
func (s *TestSuite) TearDownTest(c *C) { os.Args = initialArgs arvadostest.StopAPI() }