features/test/docker-in-docker/azureDnsAutoDetectionEnabled.sh
Samruddhi Khandale 4b3ccf36ea
Adds test coverage (#308)
* Add test coverage

* temp: debug test

* Update tests
2022-11-23 15:03:07 -08:00

12 lines
237 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" ps -ax | grep -v grep | grep -E "dockerd.+\-\-dns"
# Report result
reportResults