Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for setupDir (0.09 sec)

  1. cmd/kubeadm/app/cmd/phases/reset/cleanupnode_test.go

    	}
    }
    
    func TestConfigDirCleaner(t *testing.T) {
    	tests := map[string]struct {
    		resetDir        string
    		setupDirs       []string
    		setupFiles      []string
    		verifyExists    []string
    		verifyNotExists []string
    	}{
    		"simple reset": {
    			setupDirs: []string{
    				"manifests",
    				"pki",
    			},
    			setupFiles: []string{
    				"manifests/etcd.yaml",
    				"manifests/kube-apiserver.yaml",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 06:58:01 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  2. pkg/test/framework/components/echo/echotest/setup.go

    	return t
    }
    
    func (t *T) hasDestinationSetup() bool {
    	return len(t.deploymentPairSetup)+len(t.destinationDeploymentSetup) > 0
    }
    
    func (t *T) setupPair(ctx framework.TestContext, from echo.Callers, dsts echo.Services) {
    	if !t.hasDestinationSetup() {
    		ctx.SkipDumping()
    		scopes.Framework.Debugf("No echotest setup; skipping test dump at this scope.")
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 20 19:13:32 UTC 2023
    - 3.6K bytes
    - Viewed (0)
Back to top