Merge pull request #3259 from quay/client-v1-test
Turns out that box version 0.9.1 also needs the V1 SSL cert
This commit is contained in:
commit
01ee1e693c
1 changed files with 1 additions and 1 deletions
|
@ -26,8 +26,8 @@ BOXES = [
|
||||||
("yungsang/coreos --box-version=1.0.0", False),
|
("yungsang/coreos --box-version=1.0.0", False),
|
||||||
("yungsang/coreos --box-version=0.9.10", False),
|
("yungsang/coreos --box-version=0.9.10", False),
|
||||||
("yungsang/coreos --box-version=0.9.6", False),
|
("yungsang/coreos --box-version=0.9.6", False),
|
||||||
("yungsang/coreos --box-version=0.9.1", False),
|
|
||||||
|
|
||||||
|
("yungsang/coreos --box-version=0.9.1", True),
|
||||||
("yungsang/coreos --box-version=0.3.1", True),
|
("yungsang/coreos --box-version=0.3.1", True),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Reference in a new issue