virtcontainers
virtcontainers copied to clipboard
A Go package for building hardware virtualized container runtimes
Once we've identified and switched to a testing infrastructure that supports a `setupTest()`-type fixture (see #187), we need to use that to remove the many current calls in the test...
PR #165 ended up failing at the Travis stage since `.travis.yml` does this: ``` git clone https://github.com/containernetworking/cni.git ``` Unfortunately, CNI commit 13824487c6f97a8ffde7b4ef10330c75ddc34826 changed the behaviour of the CNI package such...
Because the hyperstart protocol was a bit of a mystery, I've never tested what happens with large CTL messages (larger than the size of the receive buffer on the hypestart...