Add container status tag to docker input (#4259)

This commit is contained in:
prashanthjbabu
2018-06-19 04:03:14 +05:30
committed by Daniel Nelson
parent 4e9e57e210
commit 98d86df797
3 changed files with 25 additions and 0 deletions

View File

@@ -653,6 +653,7 @@ func TestDockerGatherInfo(t *testing.T) {
"label1": "test_value_1",
"label2": "test_value_2",
"server_version": "17.09.0-ce",
"container_status": "running",
},
)
acc.AssertContainsTaggedFields(t,
@@ -676,6 +677,7 @@ func TestDockerGatherInfo(t *testing.T) {
"label1": "test_value_1",
"label2": "test_value_2",
"server_version": "17.09.0-ce",
"container_status": "running",
},
)
}