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

Unified Diff: worker/provisioner/container_initialisation_test.go

Issue 28790043: Refactor and improve machine supported containers (Closed)
Patch Set: Created 10 years, 4 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
« state/machine_test.go ('K') | « state/machine_test.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: worker/provisioner/container_initialisation_test.go
=== modified file 'worker/provisioner/container_initialisation_test.go'
--- worker/provisioner/container_initialisation_test.go 2013-11-15 06:36:39 +0000
+++ worker/provisioner/container_initialisation_test.go 2013-11-19 02:14:38 +0000
@@ -68,7 +68,7 @@
pr := s.st.Provisioner()
machine, err := pr.Machine(tag)
c.Assert(err, gc.IsNil)
- err = machine.AddSupportedContainers(instance.LXC)
+ err = machine.SetSupportedContainers(instance.LXC)
c.Assert(err, gc.IsNil)
cfg := s.AgentConfigForTag(c, tag)
« state/machine_test.go ('K') | « state/machine_test.go ('k') | no next file » | no next file with comments »

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