Add v2 configuration tests

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2015-12-01 17:28:42 -08:00
commit ecef5d37a7
5 changed files with 251 additions and 31 deletions

View file

@ -290,7 +290,7 @@ def validate_against_fields_schema(config, filename, version):
_validate_against_schema(
config,
schema_filename,
format_checker=["ports", "environment", "bool-value-in-mapping"],
format_checker=["ports", "expose", "bool-value-in-mapping"],
filename=filename)