Rename all variables to remove "cricontainerd".

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu
2018-03-19 21:59:32 +00:00
parent 9afdd1956b
commit 387da59ee5
54 changed files with 156 additions and 157 deletions

View File

@@ -77,7 +77,7 @@ func TestToCRIContainer(t *testing.T) {
}
func TestFilterContainers(t *testing.T) {
c := newTestCRIContainerdService()
c := newTestCRIService()
testContainers := []*runtime.Container{
{
@@ -168,7 +168,7 @@ func (c containerForTest) toContainer() (containerstore.Container, error) {
}
func TestListContainers(t *testing.T) {
c := newTestCRIContainerdService()
c := newTestCRIService()
sandboxesInStore := []sandboxstore.Sandbox{
sandboxstore.NewSandbox(
sandboxstore.Metadata{