Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tests/integration/telemetry/api/wasmplugin_test.go

    		} else {
    			sendTraffic(t, check.ResponseHeader(injectedHeader, c.expectedVersion))
    		}
    	})
    }
    
    func resetWasm(ctx framework.TestContext, pluginName string) {
    	ctx.NewSubTest("Delete WasmPlugin " + pluginName).Run(func(t framework.TestContext) {
    		if err := uninstallWasmExtension(t, pluginName, wasmConfigFile); err != nil {
    			t.Fatal(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)
  2. tests/integration/telemetry/api/stats_test.go

    					}
    					return nil
    				})
    			}
    			if err := g.Wait(); err != nil {
    				t.Fatalf("test failed: %v", err)
    			}
    		})
    }
    
    // SendTraffic makes a client call to the "server" service on the http port.
    func SendTraffic(from echo.Instance) error {
    	_, err := from.Call(echo.CallOptions{
    		To: GetTarget(),
    		Port: echo.Port{
    			Name: "http",
    		},
    		Check: check.OK(),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 17.3K bytes
    - Viewed (0)
Back to top