From 2fa8397e0c4e6085f0a410be722c56eeba5b0dfe Mon Sep 17 00:00:00 2001 From: Pawel Date: Wed, 22 Apr 2020 11:03:54 +0200 Subject: Create local CSITs to verify simulator flow with VES Issue-ID: INT-1544 Signed-off-by: Pawel Change-Id: Id54a6674fef815b91b0a6d10e73d2c8d2c431ef4 --- pnfsimulator/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pnfsimulator/Makefile (limited to 'pnfsimulator') diff --git a/pnfsimulator/Makefile b/pnfsimulator/Makefile new file mode 100644 index 0000000..58de699 --- /dev/null +++ b/pnfsimulator/Makefile @@ -0,0 +1,13 @@ +all: start + +.PHONY: start + +start: + @echo "##### Start PNF simulator #####" + docker-compose up -d + @echo "##### DONE #####" + +stop: + @echo "##### Stop PNF simulator #####" + docker-compose down + @echo "##### DONE #####" -- cgit 1.2.3-korg