mirror of
https://github.com/openfaas/faas.git
synced 2025-06-08 16:26:47 +00:00
The function deployment and status structs have been moved away into the faas-provider package. Tested with a build, running tests, and CI. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
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
- Delete all OpenFaaS deployed functions
faas-cli remove
docker stack rm func