Julio Montes
f2423e7d7c
virtcontainers: convert virtcontainers tests to testify/assert
...
Convert virtcontainers tests to testify/assert to make the virtcontainers
tests more readable.
fixes #156
Signed-off-by: Julio Montes <julio.montes@intel.com >
2019-07-19 15:28:45 +00:00
Graham whaley
d6c3ec864b
license: SPDX: update all vc files to use SPDX style
...
When imported, the vc files carried in the 'full style' apache
license text, but the standard for kata is to use SPDX style.
Update the relevant files to SPDX.
Fixes : #227
Signed-off-by: Graham whaley <graham.whaley@intel.com >
2018-04-18 13:43:15 +01: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