Fix port mapping for ACI conversion from newer Docker manifests.
This commit is contained in:
parent
a2ac62f5ce
commit
d58a1ca35a
7 changed files with 149 additions and 42 deletions
|
@ -179,7 +179,7 @@ TEST=true python -m test.test_api_usage -f SuiteName
|
|||
|
||||
```
|
||||
# To run all tests
|
||||
TEST=true PYTHONPATH="." py.test --verbose test/
|
||||
TEST=true PYTHONPATH="." py.test --verbose
|
||||
|
||||
# To run a specific test module
|
||||
TEST=true PYTHONPATH="." py.test --verbose test/registry_tests.py
|
||||
|
|
Reference in a new issue