This commit is contained in:
Victor Vieux 2014-11-19 01:11:36 +00:00
parent 9e8ee985fb
commit de2462c666
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ func TestNodeSpecs(t *testing.T) {
assert.Equal(t, node.Cpus, mockInfo.NCPU)
assert.Equal(t, node.Memory, mockInfo.MemTotal)
assert.Equal(t, node.Labels["graphdriver"], mockInfo.Driver)
assert.Equal(t, node.Labels["storagedriver"], mockInfo.Driver)
assert.Equal(t, node.Labels["executiondriver"], mockInfo.ExecutionDriver)
assert.Equal(t, node.Labels["kernelversion"], mockInfo.KernelVersion)
assert.Equal(t, node.Labels["operatingsystem"], mockInfo.OperatingSystem)