Alex Ellis (OpenFaaS Ltd) 7ce266adc0 Migrate to Go modules
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-01-21 19:04:22 +00:00
..
2021-01-21 19:04:22 +00:00

Integration testing

These tests should be run against the sample stack included in the repository root.

Deploy the stack

./deploy_stack.sh
faas-cli deploy -f ./stack.yml

Remove the stack

  1. Delete all OpenFaaS deployed functions
faas-cli remove
docker stack rm func