Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	"istio.io/istio/pkg/test/util/retry"
    )
    
    func TestAccessLogs(t *testing.T) {
    	framework.NewTest(t).
    		Run(func(t framework.TestContext) {
    			t.NewSubTest("enabled").Run(func(t framework.TestContext) {
    				applyTelemetryResource(t, true)
    				runAccessLogsTests(t, true, false)
    				deleteTelemetryResource(t, true)
    			})
    			t.NewSubTest("enabled-with-targetref").Run(func(t framework.TestContext) {
    				args := map[string]any{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  2. tests/integration/telemetry/api/wasmplugin_test.go

    // recorded for module downloading failure and nack on ECDS update.
    func TestBadWasmRemoteLoad(t *testing.T) {
    	framework.NewTest(t).
    		Run(func(t framework.TestContext) {
    			// Enable logging for debugging
    			applyTelemetryResource(t, true)
    			badWasmTestHelper(t, "testdata/bad-filter.yaml", false, true)
    		})
    }
    
    // TestBadWasmWithFailOpen is basically the same with TestBadWasmRemoteLoad except
    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