Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for testInstall (0.15 sec)

  1. compat/maven-resolver-provider/src/test/java/org/apache/maven/repository/internal/RepositorySystemTest.java

            // List<MetadataResult> resolveMetadata( RepositorySystemSession session,
            //                                      Collection<? extends MetadataRequest> requests );
        }
    
        @Test
        void testInstall() throws Exception {
            // InstallResult install( RepositorySystemSession session, InstallRequest request )
            //                throws InstallationException;
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  2. cni/test/install_k8s_test.go

    	// Must set chainedCNIPlugin to true if delayedConfFile is specified
    	delayedConfFile        string
    	expectedOutputFile     string
    	expectedPostCleanFile  string
    	cniConfDirOrderedFiles []string
    }
    
    func TestInstall(t *testing.T) {
    	testDataDir := env.IstioSrc + "/cni/test/testdata"
    	cases := []testCase{
    		{
    			name:                   "File with pre-plugins--.conflist",
    			chainedCNIPlugin:       true,
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Oct 30 23:59:49 UTC 2024
    - 7.9K bytes
    - Viewed (0)
Back to top