mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-08 16:06:47 +00:00
Tweak e2e tests
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
parent
7f672f006a
commit
47955954eb
7
Makefile
7
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user