Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for resetWasm (0.08 sec)

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

    			sendTrafficToHostname(t, check.ResponseHeader(injectedHeader, c.expectedVersion), c.testHostname)
    		} 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)
Back to top