tests: check for the existence of php.ini in the conf/ volume

This commit is contained in:
Sameer Naik
2015-11-10 23:37:53 +05:30
parent 6b5c8c828f
commit bf61364224

View File

@@ -82,6 +82,7 @@ EOF"
# files expected in conf volume
run container_exec default ls -la $VOL_PREFIX/conf/
[[ "$output" =~ "php-fpm.conf" ]]
[[ "$output" =~ "php.ini" ]]
# files expected in logs volume
run container_exec default ls -la $VOL_PREFIX/conf/ $VOL_PREFIX/logs/