Files
faas/gateway/tests/integration
Ivana Yovcheva (VMware) 2420b387b5 Add architecture to /system/info endpoint
With this change /system/info endpoint is going to give
information about the platform architecture it is running on
(arm64, armhf, x86_64)

Signed-off-by: Ivana Yovcheva (VMware) <iyovcheva@vmware.com>
2019-07-17 10:05:11 +01:00
..
2018-10-19 21:19:21 +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