Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TestOutboundTrafficPolicy_AllowAny (0.29 sec)

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

    // limitations under the License.
    
    package policy
    
    import (
    	"net/http"
    	"testing"
    
    	"istio.io/istio/pkg/test/framework/components/prometheus"
    )
    
    func TestOutboundTrafficPolicy_AllowAny(t *testing.T) {
    	cases := []*TestCase{
    		{
    			Name:     "HTTP Traffic",
    			PortName: "http",
    			Expected: Expected{
    				Query: prometheus.Query{
    					Metric:      "istio_requests_total",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 18 18:03:23 UTC 2022
    - 5.4K bytes
    - Viewed (0)
  2. pkg/test/framework/features/allowlist.txt

    mtls_k8s_ca,TestMtlsStrictK8sCA/global-plaintext/naked->ws://naked:http
    observability,TestAccessLog
    operator,TestController
    operator,TestOperatorRemove
    operator_controller,TestController
    outbound_traffic_policy,TestOutboundTrafficPolicy_AllowAny
    outbound_traffic_policy,TestOutboundTrafficPolicy_RegistryOnly
    outbound_traffic_policy_egressproxy_test,TestSidecarConfig
    outbound_traffic_policy_telemetry_v2,TestOutboundTrafficPolicy_AllowAny_TelemetryV2
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 18 18:03:23 UTC 2022
    - 103.9K bytes
    - Viewed (0)
Back to top