Skip to content

Commit 83e4f98

Browse files
committed
add policy markers for WAF tests
1 parent 418b489 commit 83e4f98

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/suite/test_app_protect_waf_policies_grpc.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ def grpc_waf_allow(kube_apis, test_namespace, public_ip, vs_host, port_ssl):
208208

209209
@pytest.mark.skip_for_nginx_oss
210210
@pytest.mark.appprotect
211+
@pytest.mark.appprotect_waf_policies
211212
@pytest.mark.appprotect_waf_policies_grpc
212213
@pytest.mark.parametrize(
213214
"crd_ingress_controller_with_ap",
@@ -303,6 +304,7 @@ def test_responses_grpc_allow(
303304

304305
@pytest.mark.skip_for_nginx_oss
305306
@pytest.mark.appprotect
307+
@pytest.mark.appprotect_waf_policies
306308
@pytest.mark.appprotect_waf_policies_grpc
307309
@pytest.mark.parametrize(
308310
"crd_ingress_controller_with_ap",

tests/suite/test_batch_startup_times.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ def fin():
380380
@pytest.mark.skip_for_nginx_oss
381381
@pytest.mark.batch_start
382382
@pytest.mark.appprotect
383+
@pytest.mark.appprotect_waf_policies
383384
@pytest.mark.appprotect_batch
384385
@pytest.mark.parametrize(
385386
"crd_ingress_controller_with_ap, virtual_server_setup",

0 commit comments

Comments
 (0)