- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for cniConfDirOrderedFiles (0.1 sec)
-
cni/test/install_k8s_test.go
preConfFile string resultFileName string // Must set chainedCNIPlugin to true if delayedConfFile is specified delayedConfFile string expectedOutputFile string expectedPostCleanFile string cniConfDirOrderedFiles []string } func TestInstall(t *testing.T) { testDataDir := env.IstioSrc + "/cni/test/testdata" cases := []testCase{ { name: "File with pre-plugins--.conflist",
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 30 23:59:49 UTC 2024 - 7.9K bytes - Viewed (0) -
cni/test/install_cni.go
// install_cni_test.go file exists for executing this test. func RunInstallCNITest(t *testing.T, chainedCNIPlugin bool, preConfFile, resultFileName, delayedConfFile, expectedOutputFile, expectedPostCleanFile string, cniConfDirOrderedFiles []string, ) { wd := env.IstioSrc + "/cni/test" testWorkRootDir := getEnv("TEST_WORK_ROOTDIR", "/tmp") tempCNIConfDir := mktemp(testWorkRootDir, "cni-conf-", t) defer rmDir(tempCNIConfDir, t)
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 01 18:38:14 UTC 2024 - 11.3K bytes - Viewed (0)