# 2020-04-20 - Example of testing section for envoy as a CNF
### How to test
**Pre-req:**
- Follow [Pre-req steps](https://github.com/cncf/cnf-conformance/blob/master/INSTALL.md#prerequisites), including
- Set the KUBECONFIG environment to point to the remote K8s cluster
- Install envoy using helm: `helm install envoy stable/envoy`
**Steps to test envoy**
- Initialize the test suite by running `cnf-conformance setup` (creates cnfs folder and other items)
- Copy envoy folder to cnfs `cp example-cnfs/envoy cnfs`
- Run the tests `crystal src/cnf-conformance.cr all`