What would you like to be added:
In current NPA tests, we are referencing the cyclonus repo but upstream has moved to policy-assistant (https://github.com/kubernetes-sigs/network-policy-api/blob/main/cmd/policy-assistant/README.md)
Why is this needed:
policy-assistant has more tests apart from cyclonus that we can leverage for comprehensive testing. It has AdminNP tests which won't work out of the box as we have separate CRD, so those will need some adaption.
What would you like to be added:
In current NPA tests, we are referencing the cyclonus repo but upstream has moved to
policy-assistant(https://github.com/kubernetes-sigs/network-policy-api/blob/main/cmd/policy-assistant/README.md)Why is this needed:
policy-assistanthas more tests apart from cyclonus that we can leverage for comprehensive testing. It has AdminNP tests which won't work out of the box as we have separate CRD, so those will need some adaption.