Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for output_file_path (0.16 sec)

  1. cni/pkg/plugin/plugin_dryrun_test.go

    			getNs = generateMockGetNsFunc(testSandboxDirectory)
    			tmpDir := t.TempDir()
    			outputFilePath := filepath.Join(tmpDir, "output.txt")
    			if _, err := os.Create(outputFilePath); err != nil {
    				t.Fatalf("Failed to create temp file for IPTables rule output: %v", err)
    			}
    			t.Setenv(dependencies.DryRunFilePath.Name, outputFilePath)
    
    			pod := buildFakeDryRunPod()
    			pod.ObjectMeta.Annotations = tt.annotations
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Feb 10 00:31:55 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  2. platforms/core-execution/execution-e2e-tests/src/integTest/groovy/org/gradle/integtests/StaleOutputIntegrationTest.groovy

            String buildDir = 'build'
            String overlappingOutputDir
    
            TestFile getOutputDir() {
                file(outputDirPath)
            }
    
            TestFile getOutputFile() {
                file(outputFilePath)
            }
    
            String getOutputDirPath() {
                return "${buildDir}/outputDir"
            }
    
            String getOutputFilePath() {
                return "${buildDir}/outputFile"
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 04 10:15:40 UTC 2024
    - 23K bytes
    - Viewed (0)
Back to top