vc: fix device driver test

We should import kata-containers path.

Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
Peng Tao
2020-05-26 01:15:24 -07:00
parent 202a877d36
commit 0e0f30b152

View File

@@ -8,7 +8,7 @@ package drivers
import (
"testing"
"github.com/kata-containers/runtime/virtcontainers/device/config"
"github.com/kata-containers/kata-containers/src/runtime/virtcontainers/device/config"
"github.com/stretchr/testify/assert"
)