features/test/docker-in-docker/azureDnsAutoDetectionEnabled.sh
Samruddhi Khandale 91b8a14525 draft
2022-11-08 20:08:06 +00:00

12 lines
232 B
Bash

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