Home
last modified time | relevance | path

Searched refs:testID (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/dports/net/storj/storj-1.45.3/cmd/storagenode/
H A Dmain_test.go19 testID string
30 {testID: "deprecated present, override",
72 testID string
82 {testID: "test migrate int",
87 {testID: "test migrate int64",
92 {testID: "test migrate uint",
97 {testID: "test migrate uint64",
102 {testID: "test migrate time.Duration",
107 {testID: "test migrate float64",
112 {testID: "test migrate string",
[all …]
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/FileHandling/
H A DRinex3Obs_FromScratch_T.cpp253 bool compareOutExp(string testID) in compareOutExp() argument
268 string testID; in runFromScratch() local
273 testID = "ValidTest"; in runFromScratch()
274 Rinex3ObsFromScratch("G",testID); in runFromScratch()
275 TUASSERT( compareOutExp(testID) ); in runFromScratch()
285 testID = "MixedTest"; in runFromScratch()
286 Rinex3ObsFromScratch("M",testID); in runFromScratch()
287 TUASSERT( compareOutExp(testID) ); in runFromScratch()
297 testID = "IncompleteR"; in runFromScratch()
308 testID = "CompleteR"; in runFromScratch()
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-core/peer/
H A Daddrinfo_test.go12 testID ID var
22 maddrPeer = ma.StringCast("/p2p/" + IDB58Encode(testID))
32 if id != testID {
33 t.Fatalf("%s != %s", id, testID)
40 if id != testID {
41 t.Fatalf("%s != %s", id, testID)
61 if ai.ID != testID {
62 t.Fatalf("%s != %s", ai.ID, testID)
72 if ai.ID != testID {
73 t.Fatalf("%s != %s", ai.ID, testID)
[all …]
/dports/devel/etcd/etcd-2.3.8/Godeps/_workspace/src/github.com/xiang90/probing/
H A Dprober_test.go10 testID = "testID" var
17 p.AddHTTP(testID, time.Millisecond, []string{s.URL})
18 defer p.Remove(testID)
21 status, err := p.Status(testID)
52 p.AddHTTP(testID, time.Millisecond, []string{s.URL})
53 defer p.Remove(testID)
56 status, err := p.Status(testID)
67 p.Reset(testID)
83 p.AddHTTP(testID, time.Millisecond, []string{s.URL})
85 p.Remove(testID)
[all …]
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/xiang90/probing/probing-07dd2e8dfe18/
H A Dprober_test.go10 testID = "testID" var
17 p.AddHTTP(testID, time.Millisecond, []string{s.URL})
18 defer p.Remove(testID)
21 status, err := p.Status(testID)
52 p.AddHTTP(testID, time.Millisecond, []string{s.URL})
53 defer p.Remove(testID)
56 status, err := p.Status(testID)
67 p.Reset(testID)
83 p.AddHTTP(testID, time.Millisecond, []string{s.URL})
85 p.Remove(testID)
[all …]
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/test/yasp/
H A Dtest-yaspgrid-yaspfactory-2d.cc22 std::string testID = in main() local
25 check_yasp(testID + "equidistant", in main()
27 check_yasp(testID + "equidistantoffset", in main()
29 check_yasp(testID + "tensor", in main()
34 std::string refTestID = testID + "-ref" + std::to_string(refineOpt); in main()
45 check_yasp(testID + "equidistant-generic-constructor", in main()
47 check_yasp(testID + "equidistantoffset-generic-constructor", in main()
49 check_yasp(testID + "tensor-generic-constructor", in main()
H A Dtest-yaspgrid-yaspfactory-1d.cc22 std::string testID = in main() local
25 check_yasp(testID + "equidistant", in main()
27 check_yasp(testID + "equidistantoffset", in main()
29 check_yasp(testID + "tensor", in main()
32 check_yasp(testID + "equidistant-generic-constructor", in main()
34 check_yasp(testID + "equidistantoffset-generic-constructor", in main()
36 check_yasp(testID + "tensor-generic-constructor", in main()
H A Dtest-yaspgrid-yaspfactory-3d.cc22 std::string testID = in main() local
25 check_yasp(testID + "equidistant", in main()
27 check_yasp(testID + "equidistantoffset", in main()
29 check_yasp(testID + "tensor", in main()
33 check_yasp(testID + "equidistant-generic-constructor", in main()
35 check_yasp(testID + "equidistantoffset-generic-constructor", in main()
37 check_yasp(testID + "tensor-generic-constructor", in main()
/dports/sysutils/siegfried/siegfried-1.9.1/pkg/writer/
H A Dwriter_test.go40 type testID struct{} struct
42 func (t testID) String() string { return testValues[1] } argument
43 func (t testID) Known() bool { return true } argument
44 func (t testID) Warn() string { return "" } argument
45 func (t testID) Values() []string { return testValues } argument
46 func (t testID) Archive() config.Archive { return 0 } argument
70 …ile("example.doc", 1, "2015-05-24T16:59:13+10:00", nil, testErr{}, []core.Identification{testID{}})
92 …ile("example.doc", 1, "2015-05-24T16:59:13+10:00", nil, testErr{}, []core.Identification{testID{}})
/dports/sysutils/istio/istio-1.6.7/tests/integration/pilot/
H A Dmirror_test.go222 testID := util.RandomString(16)
223 if err := sendTrafficMirror(instances, proto, testID); err != nil {
227 if err := verifyTrafficMirror(instances, c, testID); err != nil {
247 options.Path = "/" + testID
249 options.Message = testID
263 countB, err := logCount(instances[1], testID)
268 countC, err := logCount(instances[2], testID)
278 tc.percentage, actualPercent, tc.threshold, testID)
284 tc.percentage, actualPercent, tc.threshold, testID)
288 func logCount(instance echo.Instance, testID string) (float64, error) {
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/pkg/cri/server/
H A Dsandbox_run_linux_test.go94 testID := "test-id"
174 specCheck(t, testID, spec)
183 testID = "test-id"
201 filepath.Join(testRootDir, sandboxesDir, testID, "hostname"),
210 filepath.Join(testRootDir, sandboxesDir, testID, "hosts"),
242 filepath.Join(testRootDir, sandboxesDir, testID, "hostname"),
251 filepath.Join(testRootDir, sandboxesDir, testID, "hosts"),
289 filepath.Join(testRootDir, sandboxesDir, testID, "hosts"),
304 filepath.Join(testStateDir, sandboxesDir, testID, "shm"),
330 filepath.Join(testRootDir, sandboxesDir, testID, "hosts"),
[all …]
H A Dimage_status_test.go32 testID := "sha256:d848ce12891bf78792cda4a23c58984033b0c397a55e93a1556202222ecc5ed4"
34 ID: testID,
48 Id: testID,
58 Image: &runtime.ImageSpec{Image: testID},
69 Image: &runtime.ImageSpec{Image: testID},
H A Dcontainer_create_windows_test.go140 testID := "test-id"
148 …spec, err := c.containerSpec(testID, testSandboxID, testPid, nsPath, testContainerName, testImageN…
151 specCheck(t, testID, testSandboxID, testPid, spec)
158 testID := "test-id"
170 …spec, err := c.containerSpec(testID, testSandboxID, testPid, nsPath, testContainerName, testImageN…
173 specCheck(t, testID, testSandboxID, testPid, spec)
178 testID := "test-id"
190 …spec, err := c.containerSpec(testID, testSandboxID, testPid, nsPath, testContainerName, testImageN…
193 specCheck(t, testID, testSandboxID, testPid, spec)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/pkg/cri/server/
H A Dsandbox_run_linux_test.go94 testID := "test-id"
174 specCheck(t, testID, spec)
183 testID = "test-id"
201 filepath.Join(testRootDir, sandboxesDir, testID, "hostname"),
210 filepath.Join(testRootDir, sandboxesDir, testID, "hosts"),
242 filepath.Join(testRootDir, sandboxesDir, testID, "hostname"),
251 filepath.Join(testRootDir, sandboxesDir, testID, "hosts"),
289 filepath.Join(testRootDir, sandboxesDir, testID, "hosts"),
304 filepath.Join(testStateDir, sandboxesDir, testID, "shm"),
330 filepath.Join(testRootDir, sandboxesDir, testID, "hosts"),
[all …]
H A Dimage_status_test.go32 testID := "sha256:d848ce12891bf78792cda4a23c58984033b0c397a55e93a1556202222ecc5ed4"
34 ID: testID,
48 Id: testID,
58 Image: &runtime.ImageSpec{Image: testID},
69 Image: &runtime.ImageSpec{Image: testID},
H A Dcontainer_create_windows_test.go140 testID := "test-id"
148 …spec, err := c.containerSpec(testID, testSandboxID, testPid, nsPath, testContainerName, testImageN…
151 specCheck(t, testID, testSandboxID, testPid, spec)
158 testID := "test-id"
170 …spec, err := c.containerSpec(testID, testSandboxID, testPid, nsPath, testContainerName, testImageN…
173 specCheck(t, testID, testSandboxID, testPid, spec)
178 testID := "test-id"
190 …spec, err := c.containerSpec(testID, testSandboxID, testPid, nsPath, testContainerName, testImageN…
193 specCheck(t, testID, testSandboxID, testPid, spec)
/dports/lang/mono/mono-5.10.1.57/mcs/nunit24/NUnitCore/interfaces/
H A DTestName.cs25 private TestID testID; field in NUnit.Core.TestName
46 get { return testID; }
47 set { testID = value; }
86 if ( this.testID == null )
89 return string.Format( "[{0}-{1}]{2}", this.RunnerID, this.testID, this.fullName );
142 return this.TestID == other.testID in Equals()
153 return unchecked( this.testID.GetHashCode() + this.fullName.GetHashCode() ); in GetHashCode()
/dports/sysutils/nomad/nomad-1.1.0/e2e/vaultsecrets/
H A Dvaultsecrets.go77 testID := uuid.Generate()[0:8]
78 jobID := "test-vault-secrets-" + testID
79 tc.secretsPath = "secrets-" + testID
80 tc.pkiPath = "pki-" + testID
84 policyID := "access-secrets-" + testID
124 err = runJob(jobID, testID, index)
152 err = runJob(jobID, testID, index)
221 func writePolicy(policyID, policyPath, testID string) (string, error) {
227 policyDoc = strings.ReplaceAll(policyDoc, "TESTID", testID)
246 func runJob(jobID, testID string, index int) error {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/pkg/cri/server/
H A Dsandbox_run_linux_test.go94 testID := "test-id"
174 specCheck(t, testID, spec)
183 testID = "test-id"
201 filepath.Join(testRootDir, sandboxesDir, testID, "hostname"),
210 filepath.Join(testRootDir, sandboxesDir, testID, "hosts"),
242 filepath.Join(testRootDir, sandboxesDir, testID, "hostname"),
251 filepath.Join(testRootDir, sandboxesDir, testID, "hosts"),
289 filepath.Join(testRootDir, sandboxesDir, testID, "hosts"),
304 filepath.Join(testStateDir, sandboxesDir, testID, "shm"),
330 filepath.Join(testRootDir, sandboxesDir, testID, "hosts"),
[all …]
H A Dimage_status_test.go32 testID := "sha256:d848ce12891bf78792cda4a23c58984033b0c397a55e93a1556202222ecc5ed4"
34 ID: testID,
48 Id: testID,
58 Image: &runtime.ImageSpec{Image: testID},
69 Image: &runtime.ImageSpec{Image: testID},
H A Dcontainer_create_windows_test.go140 testID := "test-id"
148 …spec, err := c.containerSpec(testID, testSandboxID, testPid, nsPath, testContainerName, testImageN…
151 specCheck(t, testID, testSandboxID, testPid, spec)
158 testID := "test-id"
170 …spec, err := c.containerSpec(testID, testSandboxID, testPid, nsPath, testContainerName, testImageN…
173 specCheck(t, testID, testSandboxID, testPid, spec)
178 testID := "test-id"
190 …spec, err := c.containerSpec(testID, testSandboxID, testPid, nsPath, testContainerName, testImageN…
193 specCheck(t, testID, testSandboxID, testPid, spec)
/dports/security/lego/lego-4.5.3/vendor/github.com/exoscale/egoscale/v2/internal/public-api/
H A Dsnapshot_test.go15 testID = testRandomID(t)
19 testExportURL = fmt.Sprintf("https://sos-ch-gva-2.exo.io/test/%s/%s", testRandomID(t), testID)
31 Id: &testID,
56 testID = testRandomID(t)
60 testExportURL = fmt.Sprintf("https://sos-ch-gva-2.exo.io/test/%s/%s", testRandomID(t), testID)
72 Id: &testID,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/perf_tests/
H A DTracePerfTest.cpp50 RestrictedTraceID testID; member
231 if (param.testID == RestrictedTraceID::cod_mobile) in TracePerfTest()
250 if (param.testID == RestrictedTraceID::free_fire) in TracePerfTest()
345 SetupReplay(params.testID); in initializeBenchmark()
446 ReplayFrame(params.testID, frame); in drawBenchmark()
510 ResetReplay(params.testID); in drawBenchmark()
773 RestrictedTraceID testID = GetParam().testID; in saveScreenshot() local
775 ReplayFrame(testID, traceInfo.startFrame); in saveScreenshot()
811 ReplayFrame(testID, nextFrame); in saveScreenshot()
813 ResetReplay(testID); in saveScreenshot()
[all …]
/dports/devel/icu/icu/source/test/letest/
H A Dcletest.c295 testID, expected->glyphCount, actual->glyphCount); in compareResults()
302 testID, i, expected->glyphs[i], actual->glyphs[i]); in compareResults()
310 testID, i, expected->indices[i], actual->indices[i]); in compareResults()
321 testID, i, expected->positions[i * 2], actual->positions[i * 2]); in compareResults()
340 le_uint32 testChecksum, const char *testID) in checkFontVersion() argument
408 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName); in openFont()
416 checkFontVersion(font, version, cksum, testID); in openFont()
442 static void doTestCase (const char *testID, in doTestCase() argument
454 le_font *font = openFont(fontName, fontChecksum, fontVersion, testID); in doTestCase()
470 log_err("Test %s: could not create a LayoutEngine.\n", testID); in doTestCase()
[all …]
/dports/devel/icu-lx/icu/source/test/letest/
H A Dcletest.c295 testID, expected->glyphCount, actual->glyphCount); in compareResults()
302 testID, i, expected->glyphs[i], actual->glyphs[i]); in compareResults()
310 testID, i, expected->indices[i], actual->indices[i]); in compareResults()
321 testID, i, expected->positions[i * 2], actual->positions[i * 2]); in compareResults()
340 le_uint32 testChecksum, const char *testID) in checkFontVersion() argument
408 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName); in openFont()
416 checkFontVersion(font, version, cksum, testID); in openFont()
442 static void doTestCase (const char *testID, in doTestCase() argument
454 le_font *font = openFont(fontName, fontChecksum, fontVersion, testID); in doTestCase()
470 log_err("Test %s: could not create a LayoutEngine.\n", testID); in doTestCase()
[all …]

12345678910>>...15