mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-23 17:24:18 +01:00
proxy: decouple from sandbox
A proxy is mostly associated with an agent. Decouple it from sandbox so that we can start it before linking vm with an actual sandbox. Signed-off-by: Peng Tao <bergwolf@gmail.com>
This commit is contained in:
@@ -12,5 +12,5 @@ import (
|
||||
func TestCCProxyStart(t *testing.T) {
|
||||
proxy := &ccProxy{}
|
||||
|
||||
testProxyStart(t, nil, proxy, CCProxyType)
|
||||
testProxyStart(t, nil, proxy)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user