Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests for access-control using policies in vs and vsr #1101

Merged
merged 3 commits into from
Aug 19, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update policy description to be applied
Co-authored-by: Michael Pleshakov <[email protected]>
vepatel and pleshakov authored Aug 19, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 367b8ec3fdce1b43690446d1db67b88b17c1fc23
2 changes: 1 addition & 1 deletion tests/suite/test_ac_policies_vsr.py
Original file line number Diff line number Diff line change
@@ -164,7 +164,7 @@ def test_allow_policy_vsr(
print(f"Response: {resp.status_code}\n{resp.text}")
assert resp.status_code == 200

print(f"Create deny policy")
print(f"Create allow policy")
pol_name = create_policy_from_yaml(
kube_apis.custom_objects, allow_pol_src, v_s_route_setup.route_m.namespace
)