Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestLocalRateLimiting (0.23 sec)

  1. tests/integration/telemetry/policy/envoy_ratelimit_test.go

    		NewTest(t).
    		Run(func(t framework.TestContext) {
    			cleanup := setupEnvoyFilter(t, "testdata/enable_envoy_ratelimit.yaml")
    			defer cleanup()
    			sendTrafficAndCheckIfRatelimited(t)
    		})
    }
    
    func TestLocalRateLimiting(t *testing.T) {
    	framework.
    		NewTest(t).
    		Run(func(t framework.TestContext) {
    			cleanup := setupEnvoyFilter(t, "testdata/enable_envoy_local_ratelimit.yaml")
    			defer cleanup()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 5.1K bytes
    - Viewed (0)
Back to top