Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for mapTagToVersionOrFail (0.19 sec)

  1. tests/integration/ambient/wasm_test.go

    }
    
    var generation = 0
    
    func GetClientInstances() echo.Instances {
    	return apps.Captured
    }
    
    func GetTarget() echo.Target {
    	return apps.ServiceAddressedWaypoint
    }
    
    func mapTagToVersionOrFail(t framework.TestContext, tag, version string) {
    	t.Helper()
    	if err := registry.SetupTagMap(map[string]string{
    		imageName + ":" + tag: version,
    	}); err != nil {
    		t.Fatalf("failed to setup the tag map: %v", err)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 21:02:05 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  2. tests/integration/telemetry/api/wasmplugin_test.go

    	name            string
    	policy          string
    	tag             string
    	upstreamVersion string
    	expectedVersion string
    	testHostname    string
    }
    
    var generation = 0
    
    func mapTagToVersionOrFail(t framework.TestContext, tag, version string) {
    	t.Helper()
    	if err := registry.SetupTagMap(map[string]string{
    		imageName + ":" + tag: version,
    	}); err != nil {
    		t.Fatalf("failed to setup the tag map: %v", err)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 14.4K bytes
    - Viewed (0)
Back to top