Alex Ellis (OpenFaaS Ltd) df97efafae Migrate away from requests package for Function structs
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>
2019-08-05 12:58:30 +01: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