Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testCleanUp (0.22 sec)

  1. cni/pkg/install/install_test.go

    				}
    				assert.Equal(t, isReady.Load(), false)
    			case <-time.After(5 * time.Second):
    				t.Fatal("timed out waiting for invalid configuration to be detected")
    			}
    		})
    	}
    }
    
    func TestCleanup(t *testing.T) {
    	cases := []struct {
    		name                   string
    		expectedFailure        bool
    		chainedCNIPlugin       bool
    		configFilename         string
    		existingConfigFilename string
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri Jan 26 20:34:28 GMT 2024
    - 11.1K bytes
    - Viewed (0)
Back to top