This repository has some scripts to manually test network policy with conformance and cyclonus.

  1. After creating docker container, go to ~/test dir in the docker container. There are all scripts to run conformance and cyclonus tests.
# to create test docker container
./setup-docker-for-v2-npm-on-aks.sh aks-for-conformance.config e2e.test.vamsi v1.4.1  

# to delete created docker container
./clean-docker.sh aks-for-conformance.config
  1. To build V2 NPM image, refer to this npm-linux-image-building-shortcut branch. It has a hacky way to build image fast.
# npm root dir
docker build -t azure-npm-image -f ./npm/Dockerfile .