linkerd2/policy-test
Oliver Gould 6c1b4dd1f1
test(policy): fix assert_status_accepted to panic (#13413)
assert_status_accepted was not panicking when the status was not accepted.

This change updates the e2e_egress_network test to properly wait on networks
that are not accepted.
2024-12-02 22:35:15 +00:00
..
src test(policy): fix assert_status_accepted to panic (#13413) 2024-12-02 22:35:15 +00:00
tests test(policy): update e2e_egress_network for reliability (#13412) 2024-12-02 21:39:07 +00:00
Cargo.toml build(deps): bump kubert from 0.21.2 to 0.22.0 (#13399) 2024-11-26 16:47:45 -05:00
README.md dev: Run policy tests via `just` (#8919) 2022-07-19 14:01:26 -07:00

README.md

Policy controller tests

The policy-test crate includes integration tests for the policy controller.

Running locally

:; just policy-test

Running in CI

See the workflow.