Driver is now required in test tasks

This commit is contained in:
Michael Schurter
2017-01-05 17:02:41 -08:00
parent 6235122b55
commit 59c501f474

View File

@@ -640,7 +640,8 @@ func TestDockerDriver_NetworkAliases_Bridge(t *testing.T) {
expected := []string{"foobar"}
task := &structs.Task{
Name: "nc-demo",
Name: "nc-demo",
Driver: "docker",
Config: map[string]interface{}{
"image": "busybox",
"load": []string{"busybox.tar"},