Fix port mapping for ACI conversion from newer Docker manifests.

This commit is contained in:
Jake Moshenko 2016-12-20 14:01:06 -05:00
parent a2ac62f5ce
commit d58a1ca35a
7 changed files with 149 additions and 42 deletions

View file

@ -14,4 +14,4 @@ setenv =
api: FILE="registry_tests.py"
unittest: FILE=""
commands =
py.test --verbose test/{env:FILE} -vv {posargs}
py.test --verbose {env:FILE} -vv {posargs}