Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 56 for expectedly (0.88 sec)

  1. platforms/software/plugins-version-catalog/src/integTest/resources/org/gradle/catalog/expected3.toml

    Tom Tresansky <******@****.***> 1697219015 -0400
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 16 12:28:14 UTC 2023
    - 288 bytes
    - Viewed (0)
  2. platforms/software/plugins-version-catalog/src/integTest/resources/org/gradle/catalog/expected8.toml

    Tom Tresansky <******@****.***> 1697219015 -0400
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 16 12:28:14 UTC 2023
    - 367 bytes
    - Viewed (0)
  3. platforms/software/plugins-version-catalog/src/integTest/resources/org/gradle/catalog/expected9.toml

    Tom Tresansky <******@****.***> 1697219015 -0400
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 16 12:28:14 UTC 2023
    - 266 bytes
    - Viewed (0)
  4. security/pkg/pki/util/generate_csr_test.go

    	}
    }
    
    func TestGenCSRTemplateForDualUse(t *testing.T) {
    	tt := map[string]struct {
    		host       string
    		expectedCN string
    	}{
    		"Single host": {
    			host:       "bla.com",
    			expectedCN: "bla.com",
    		},
    		"Multiple hosts": {
    			host:       "a.org,b.net,c.groups",
    			expectedCN: "a.org",
    		},
    	}
    
    	for _, tc := range tt {
    		opts := CertOptions{
    			Host:       tc.host,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 25 09:40:13 UTC 2022
    - 5.5K bytes
    - Viewed (0)
  5. pkg/kubelet/cm/cgroup_manager_linux_test.go

    	ab := NewCgroupName(a, "b")
    
    	expectedAB := CgroupName([]string{"a", "", "b"})
    	if !reflect.DeepEqual(ab, expectedAB) {
    		t.Errorf("Expected %d%+v; got %d%+v", len(expectedAB), expectedAB, len(ab), ab)
    	}
    
    	abc := NewCgroupName(ab, "c")
    
    	expectedABC := CgroupName([]string{"a", "", "b", "c"})
    	if !reflect.DeepEqual(abc, expectedABC) {
    		t.Errorf("Expected %d%+v; got %d%+v", len(expectedABC), expectedABC, len(abc), abc)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 24 18:21:21 UTC 2023
    - 6.1K bytes
    - Viewed (0)
  6. tests/integration/security/util/secret/secret.go

    const IstioDNSSecretType = "istio.io/dns-key-and-cert"
    
    // ExamineDNSSecretOrFail calls ExamineDNSSecret and fails t if an error occurs.
    func ExamineDNSSecretOrFail(t test.Failer, secret *v1.Secret, expectedID string) {
    	t.Helper()
    	if err := ExamineDNSSecret(secret, expectedID); err != nil {
    		t.Fatal(err)
    	}
    }
    
    // ExamineDNSSecret examines the content of a secret containing DNS secret to make sure that
    // * Secret type is correctly set;
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 22 04:04:14 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/util/arguments_test.go

    			arg:         "--a=",
    			expectedKey: "a",
    			expectedVal: "",
    			expectedErr: false,
    		},
    		{
    			name:        "simple case",
    			arg:         "--a=b",
    			expectedKey: "a",
    			expectedVal: "b",
    			expectedErr: false,
    		},
    		{
    			name:        "keys/values with '-' should be supported",
    			arg:         "--very-long-flag-name=some-value",
    			expectedKey: "very-long-flag-name",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 16 10:27:05 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  8. src/crypto/elliptic/p256_test.go

    		y, _ := new(big.Int).SetString(e.yIn, 16)
    		k, _ := new(big.Int).SetString(e.k, 16)
    		expectedX, _ := new(big.Int).SetString(e.xOut, 16)
    		expectedY, _ := new(big.Int).SetString(e.yOut, 16)
    
    		xx, yy := p256.ScalarMult(x, y, k.Bytes())
    		if xx.Cmp(expectedX) != 0 || yy.Cmp(expectedY) != 0 {
    			t.Errorf("#%d: got (%x, %x), want (%x, %x)", i, xx, yy, expectedX, expectedY)
    		}
    	}
    }
    
    type synthCombinedMult struct {
    	Curve
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 16:58:48 UTC 2022
    - 4.2K bytes
    - Viewed (0)
  9. src/crypto/internal/hpke/hpke_test.go

    				t.Errorf("unexpected shared secret, got: %x, want %x", context.sharedSecret, expectedSharedSecret)
    			}
    			expectedKey := mustDecodeHex(t, setup["key"])
    			if !bytes.Equal(context.key, expectedKey) {
    				t.Errorf("unexpected key, got: %x, want %x", context.key, expectedKey)
    			}
    			expectedBaseNonce := mustDecodeHex(t, setup["base_nonce"])
    			if !bytes.Equal(context.baseNonce, expectedBaseNonce) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:33 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  10. cni/test/testdata/expected/minikube_cni.conflist.expected

    Ben Leggett <******@****.***> 1716316321 -0400
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 875 bytes
    - Viewed (0)
Back to top