From 04976e09a7b76cade784d74d8e06ee909bc22f17 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 30 May 2018 11:35:02 +0200 Subject: [PATCH] Updated Makefile to call validate_descriptor.py during tests Change-Id: I7a64f4a9a9b80c1740e5fd95d3e9d2d855d89fe5 Signed-off-by: garciadeblas --- descriptor-packages/mk/pkg.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/descriptor-packages/mk/pkg.mk b/descriptor-packages/mk/pkg.mk index 4b768b7a..07c0ed88 100644 --- a/descriptor-packages/mk/pkg.mk +++ b/descriptor-packages/mk/pkg.mk @@ -31,7 +31,7 @@ Q=@ GEN_VNFD_PKG := $(TOOLS_DIR)/gen_vnfd_pkg.sh GEN_NSD_PKG := $(TOOLS_DIR)/gen_nsd_pkg.sh GEN_PKG := $(TOOLS_DIR)/generate_descriptor_pkg.sh -TEST_PKG := $(TOOLS_DIR)/upgrade_descriptor_version.py +TEST_PKG := $(TOOLS_DIR)/validate_descriptor.py BUILD_VNFD := $(shell readlink -f .|sed -e 's/\/.*descriptor-packages//' | grep vnfd) DEP_FILES = $(wildcard src/*) @@ -76,7 +76,7 @@ clean: test: $(Q)echo -n testing $(shell readlink -f src/*.yaml) " " - $(Q)$(TEST_PKG) --test src/*.yaml + $(Q)$(TEST_PKG) src/*.yaml $(Q)echo OK .DEFAULT_GOAL := all -- 2.25.1