projectatomic / vagrant-service-manager

To provide the user a CLI to configure the ADB/CDK for different use cases and to provide glue between ADB/CDK and the user's developer environment.
GNU General Public License v2.0
18 stars 16 forks source link

Fix #393 Kubernetes acceptance tests fail on OS X #399

Closed coolbrg closed 8 years ago

coolbrg commented 8 years ago

Fix #393

Looks like I miss to update the regex term

coolbrg commented 8 years ago

@hferentschik The CI is green. :+1:

hferentschik commented 8 years ago

Merged, thanks. Now I have only issue #396 left to move on ;-) @budhrg, I take it that you don't see this SSL issue, right? Seems CI does not see it either. There are apparently various reasons for this error, among others invalid certificates on my machine. I just don't understand why it is happening.

@budhrg, BTW, it is a bit unfortunate that the tests need an internet connection to work. IMO we should stub the HTTP connection part. No need to make an actual live connection.

coolbrg commented 8 years ago

Ya @hferentschik , I couldn't able to reproduce that SSL error.

we should stub the HTTP connection part. No need to make an actual live connection.

What about box checks?