Skip to content

Commit ae21c95

Browse files
committed
Beginning work on docker_daemon tests.
1 parent b45ab16 commit ae21c95

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/checks/integration/test_docker_daemon.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,11 @@ def test_labels_collection(self):
466466
"collect_labels_as_tags": ["label1"],
467467
"collect_image_size": True,
468468
"collect_images_stats": True,
469+
"collect_container_count": True,
470+
"collect_dead_container_count": True,
471+
"collect_exited_container_count": True
472+
"collect_volume_count": True
473+
"collect_dangling_volume_count": True
469474
},
470475
],
471476
}

0 commit comments

Comments
 (0)