Sebastien Boeuf
2c3cfed608
virtcontainers: mock: Properly end cc_proxy_mock goroutines
...
Because of the bad design of the cc_proxy_mock go routine, we were
leaving an infinite loop running into this go routine behind. This
was consuming a lot of resources and it was obviously slowing down
the tests being run in parallel. That's one of the reason we were
hitting the 10 seconds timeout when running go tests.
Fixes #208
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com >
2018-04-13 15:58:08 -07:00
James O. D. Hunt
d51a5e303d
lint: Fix virtcontainers unused errors
...
Remove unused variables and functions identified by the `varcheck` and
`unused` linters.
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com >
2018-03-20 08:28:16 +00:00
James O. D. Hunt
c4e85905db
lint: Fix virtcontainers unconvert errors
...
Correct `unconvert` linter issues.
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com >
2018-03-20 08:28:14 +00:00
Samuel Ortiz
24eff72d82
virtcontainers: Initial import
...
This is a virtcontainers 1.0.8 import into Kata Containers runtime.
virtcontainers is a Go library designed to manage hardware virtualized
pods and containers. It is the core Clear Containers framework and will
become the core Kata Containers framework, as discussed at
https://github.com/kata-containers/runtime/issues/33
Some more more pointers:
virtcontainers README, including some design and architecure notes:
https://github.com/containers/virtcontainers/blob/master/README.md
virtcontainers 1.0 API:
https://github.com/containers/virtcontainers/blob/master/documentation/api/1.0/api.md
Fixes #40
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com >
2018-03-13 00:49:46 +01:00