runtime: remove unneeded test conf

We don't really use them anymore.

Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
Peng Tao
2020-04-24 01:01:00 -07:00
parent 4fceb03d96
commit 3b5768e6e0
4 changed files with 5 additions and 19 deletions

View File

View File

@@ -1,3 +1,8 @@
// Copyright (c) 2018 Intel Corporation
//
// SPDX-License-Identifier: Apache-2.0
//
package main
const testCPUInfoTemplate = `

View File

@@ -1,15 +0,0 @@
{
"cniVersion": "0.3.0",
"name": "mynet",
"type": "cni-bridge",
"bridge": "cni0",
"isGateway": true,
"ipMasq": true,
"ipam": {
"type": "host-local",
"subnet": "10.88.0.0/16",
"routes": [
{ "dst": "0.0.0.0/0" }
]
}
}

View File

@@ -1,4 +0,0 @@
{
"cniVersion": "0.3.0",
"type": "loopback"
}