Skip to content

Commit

Permalink
Add to path - good_path.html (#3679)
Browse files Browse the repository at this point in the history
  • Loading branch information
pasmant authored and lucacome committed Mar 23, 2023
1 parent f3d021d commit 7f61232
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/suite/test_virtual_server_dos.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def virtual_server_setup_dos(request, kube_apis, ingress_controller_endpoint, te
vs_name = create_virtual_server_from_yaml(kube_apis.custom_objects, vs_source, test_namespace)
vs_host = get_first_host_from_yaml(vs_source)
vs_paths = get_paths_from_vs_yaml(vs_source)
vs_paths[0] += f"good_path.html"
if request.param["app_type"]:
create_example_app(kube_apis, request.param["app_type"], test_namespace)
wait_until_all_pods_are_ready(kube_apis.v1, test_namespace)
Expand Down

0 comments on commit 7f61232

Please sign in to comment.