features/test/docker-in-docker/azureDnsAutoDetectionEnabled.sh

12 lines
232 B
Bash
Raw Permalink Normal View History

#!/bin/bash
set -e
# Optional: Import test library
source dev-container-features-test-lib
# Definition specific tests
2022-11-08 23:08:06 +03:00
check "dns flag should be present" bash -c "ps -ax | grep -E "dockerd.+\-\-dns""
# Report result
reportResults