mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Test tasks now require driver name
This commit is contained in:
@@ -953,7 +953,8 @@ func TestDockerDriver_CleanupContainer(t *testing.T) {
|
||||
|
||||
func TestDockerDriver_Stats(t *testing.T) {
|
||||
task := &structs.Task{
|
||||
Name: "sleep",
|
||||
Name: "sleep",
|
||||
Driver: "docker",
|
||||
Config: map[string]interface{}{
|
||||
"image": "busybox",
|
||||
"load": []string{"busybox.tar"},
|
||||
|
||||
Reference in New Issue
Block a user