From 47955954eb2ecb2a2bc19ec519ee699b2ce2a70a Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Fri, 3 Jan 2020 18:43:46 +0000 Subject: [PATCH] Tweak e2e tests Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index afaed76..8936b21 100644 --- a/Makefile +++ b/Makefile @@ -26,10 +26,11 @@ prepare-test: sudo curl -sSLf "https://github.com/alexellis/faas-containerd/releases/download/$(FAASD_VER)/faas-containerd" --output "/usr/local/bin/faas-containerd" && sudo chmod a+x "/usr/local/bin/faas-containerd" || : sudo cp $(GOPATH)/src/github.com/alexellis/faasd/bin/faasd /usr/local/bin/ cd $(GOPATH)/src/github.com/alexellis/faasd/ && sudo /usr/local/bin/faasd install - sudo systemctl status containerd --no-pager - sudo systemctl status faas-containerd --no-pager - sudo systemctl status faasd --no-pager + sudo systemctl status -l containerd --no-pager + sudo systemctl status -l faas-containerd --no-pager + sudo systemctl status -l faasd --no-pager curl -sSLf https://cli.openfaas.com | sudo sh + sleep 30 .PHONY: test-e2e test-e2e: