Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(485)

Unified Diff: container/kvm/live_test.go

Issue 97400043: Change StopInstances to take []instance.Id
Patch Set: Change StopInstances to take []instance.Id Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « container/kvm/kvm_test.go ('k') | container/lxc/lxc.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: container/kvm/live_test.go
=== modified file 'container/kvm/live_test.go'
--- container/kvm/live_test.go 2014-04-01 16:27:22 +0000
+++ container/kvm/live_test.go 2014-05-13 11:37:40 +0000
@@ -75,7 +75,7 @@
instances, err := manager.ListContainers()
c.Assert(err, gc.IsNil)
for _, instance := range instances {
- err := manager.DestroyContainer(instance)
+ err := manager.DestroyContainer(instance.Id())
c.Check(err, gc.IsNil)
}
}
« no previous file with comments | « container/kvm/kvm_test.go ('k') | container/lxc/lxc.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b