Home
last modified time | relevance | path

Searched refs:testContainer (Results 1 – 25 of 88) sorted by relevance

1234

/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/common/node/
H A Druntime.go52 testContainer := v1.Container{
96 testContainer.Name = testCase.Name
97 testContainer.Command = []string{"sh", "-c", tmpCmd}
100 Container: testContainer,
107 …ginkgo.By(fmt.Sprintf("Container '%s': should get the expected 'RestartCount'", testContainer.Name…
113 ginkgo.By(fmt.Sprintf("Container '%s': should get the expected 'Phase'", testContainer.Name))
116 …go.By(fmt.Sprintf("Container '%s': should get the expected 'Ready' condition", testContainer.Name))
124 ginkgo.By(fmt.Sprintf("Container '%s': should get the expected 'State'", testContainer.Name))
127 …(fmt.Sprintf("Container '%s': should be possible to delete [NodeConformance]", testContainer.Name))
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/executors/docker/internal/volumes/permission/
H A Dlinux_set_integration_test.go55testContainer, err := client.ContainerCreate(context.Background(), config, hostConfig, nil, contai…
59 …_ = client.ContainerRemove(context.Background(), testContainer.ID, types.ContainerRemoveOptions{Fo…
62 err = client.ContainerStart(context.Background(), testContainer.ID, types.ContainerStartOptions{})
67 err = waiter.Wait(context.Background(), testContainer.ID)
/dports/devel/swig/swig-4.0.2/Examples/test-suite/scilab/
H A Dli_std_container_typemaps_runme.sci90 function testContainer(container)
100 testContainer("vector");
101 testContainer("list");
102 testContainer("deque");
103 testContainer("set");
104 testContainer("multiset");
/dports/math/linbox/linbox-1.6.3/tests/
H A Dtest-blackbox-block-container.C117 bool testContainer (const Blackbox& A, size_t r, size_t c);
159 pass = pass and testContainer(A, r, c); in main()
167 pass = pass and testContainer(B, r, c); in main()
175 pass = pass and testContainer(C, r, c); in main()
186 bool testContainer (const Blackbox& A, size_t r, size_t c) { in testContainer() function
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/common/
H A DharnessTest.c69 …const char *testExe, const char *testProjectExe, bool testContainer, unsigned int testIdx, bool ti… in hrnInit() argument
77 testContainerData = testContainer; in hrnInit()
137 …(buffer), "%schmod -R 700 %s/" "* > /dev/null 2>&1;%srm -rf %s/" "*", testContainer() ? "sudo " : … in testBegin()
138 testPath(), testContainer() ? "sudo " : "", testPath()); in testBegin()
149 …(buffer), "%schmod -R 700 %s/" "* > /dev/null 2>&1;%srm -rf %s/" "*", testContainer() ? "sudo " : … in testBegin()
150 hrnPath(), testContainer() ? "sudo " : "", hrnPath()); in testBegin()
686 testContainer(void) in testContainer() function
H A DharnessServer.c227 if (testContainer()) in hrnServerRun()
244 if (testContainer()) in hrnServerRun()
428 return strNewZ(testContainer() ? HRN_SERVER_HOST : "127.0.0.1"); in hrnServerHost()
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/test/
H A Dviews.cxx38 void testContainer() in testContainer() function in __anon7a14584c0111::UnoViewContainerTest
62 CPPUNIT_TEST(testContainer);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/test/
H A Dviews.cxx44 void testContainer() in testContainer() function in __anonee3e28a40111::UnoViewContainerTest
68 CPPUNIT_TEST(testContainer);
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/prober/
H A Dprober_test.go291 testContainer := v1.Container{Env: test.env}
294 testContainer.LivenessProbe = test.probe
296 testContainer.ReadinessProbe = test.probe
298 testContainer.StartupProbe = test.probe
306 result, err := prober.probe(probeType, &v1.Pod{}, v1.PodStatus{}, testContainer, containerID)
320 _, err := prober.probe(probeType, &v1.Pod{}, v1.PodStatus{}, testContainer, containerID)
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/auth/
H A Dauth_spec_test.go37 type testContainer struct { struct
49 var container testContainer
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/auth/
H A Dauth_spec_test.go37 type testContainer struct { struct
49 var container testContainer
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/auth/
H A Dauth_spec_test.go37 type testContainer struct { struct
49 var container testContainer
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/auth/
H A Dauth_spec_test.go37 type testContainer struct { struct
49 var container testContainer
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/kuberuntime/
H A Dkuberuntime_container_test.go333 testContainer := &testPod.Spec.Containers[0]
339 ID: testContainer.Name,
341 Name: testContainer.Name,
349 …_, err := m.startContainer(fakeSandBox.Id, fakeSandBoxConfig, containerStartSpec(testContainer), t…
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/connstring/
H A Dconnstring_spec_test.go42 type testContainer struct { struct
87 var container testContainer
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/x/network/connstring/
H A Dconnstring_spec_test.go41 type testContainer struct { struct
88 var container testContainer
/dports/www/ilias/ILIAS-5.4.25/libs/bower/bower_components/yui2/src/common/tests/functional/yui/src/test/java/com/yahoo/test/SelNG/YUI/library/
H A DTabView.java61testContainer(containerLocator, theTabClickLocators, theTabLiLocators, theContentLocators, theSele… in tabTest()
71 …private static void testContainer(String containerLocator, ArrayList theTabClickLocators, ArrayLis… in testContainer() method in TabView
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/yui2/src/common/tests/functional/yui/src/test/java/com/yahoo/test/SelNG/YUI/library/
H A DTabView.java61testContainer(containerLocator, theTabClickLocators, theTabLiLocators, theContentLocators, theSele… in tabTest()
71 …private static void testContainer(String containerLocator, ArrayList theTabClickLocators, ArrayLis… in testContainer() method in TabView
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/connstring/
H A Dconnstring_spec_test.go43 type testContainer struct { struct
88 var container testContainer
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/connstring/
H A Dconnstring_spec_test.go43 type testContainer struct { struct
88 var container testContainer
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/connstring/
H A Dconnstring_spec_test.go43 type testContainer struct { struct
88 var container testContainer
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAwContentsTest.java275 final AwTestContainerView testContainer = in testClearCacheMemoryAndDisk() local
277 final AwContents awContents = testContainer.getAwContents(); in testClearCacheMemoryAndDisk()
323 final AwTestContainerView testContainer = in testClearCacheInQuickSuccession() local
325 final AwContents awContents = testContainer.getAwContents(); in testClearCacheInQuickSuccession()
520 final AwTestContainerView testContainer = in testCanInjectHeaders() local
522 final AwContents awContents = testContainer.getAwContents(); in testCanInjectHeaders()
561 AwTestContainerView testContainer = in testHardwareModeWorks() local
563 Assert.assertTrue(testContainer.isHardwareAccelerated()); in testHardwareModeWorks()
564 Assert.assertTrue(testContainer.isBackedByHardwareView()); in testHardwareModeWorks()
/dports/devel/grantlee5/grantlee-5.2.0/templates/tests/
H A Dtestgenericcontainers.cpp246 void testContainer(const QString &stringTemplate, in testContainer() function
282 testContainer(getTemplate<typename Container::value_type>(),
294 testContainer(getAssociativeTemplate<typename Container::mapped_type>(),
/dports/math/dune-common/dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31/dune/common/test/
H A Dbitsetvectortest.cc42 void testContainer(BBF & bbf) in testContainer() function
173 testContainer(bbf); in doTest()
/dports/devel/poco/poco-1.10.1-all/Foundation/testsuite/src/
H A DArrayTest.h29 void testContainer();

1234