Noah Kantrowitz

Results 187 comments of Noah Kantrowitz

Testing anything involving sshd is unfortunately out of scope for kitchen-docker just as a side effect of how it works. Any tests would be a false positive. This could be...

Does this repro with a release version of Docker? I don't think Kitchen does much fancy stuff re: command execution, it just runs it with stdout and stderr still hooked...

We're happy to look at it but the deeper question might be "why does it matter?" Probably just use a shorter hostname.

That is correct, the feature is only supported on specific boxes we know it works on.

Mostly we didn't want to deal with the support burden because the caching system was more than a bit unstable at first. I think it had settled down enough that...

Please paste in your kitchen.yml.

That is a super deprecated config style, fix that :) It should look more like this: ``` driver: name: stuff ```

Also if you want to see a more structure approach to a highly dynamic kitchen config, look at poise-boiler.

No, you can see the error is in `convert_legacy_driver_format!`. You probably have some malformed Yaml in all that dynamic code.

Are you trying to run `kitchen` from inside a container? That's usually the cause of these kinds of things.