changes to Makefile - adding CD testing log 42/1842/1
authorKuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
Wed, 23 Oct 2019 01:37:09 +0000 (18:37 -0700)
committerr.kuralamudhan <kuralamudhan.ramakrishnan@intel.com>
Thu, 24 Oct 2019 13:09:18 +0000 (06:09 -0700)
Change-Id: I6e04a383335adeb3e3b377c7119756925c614e77
Signed-off-by: r.kuralamudhan <kuralamudhan.ramakrishnan@intel.com>
Makefile

index a5b40de..8b66788 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,14 @@ BPA_OPERATOR:=$(CURDIR)/cmd/bpa-operator/
 KUD_PATH:=$(CURDIR)/deploy/kud
 BPA_E2E_SETUP:=https://raw.githubusercontent.com/onap/multicloud-k8s/master/kud/hosting_providers/vagrant/setup.sh
 
+help:
+       @echo "  Targets:"
+       @echo "  test             -- run unit tests"
+       @echo "  installer        -- run icn installer"
+       @echo "  verifier         -- run verifier tests for CI & CD logs"
+       @echo "  unit             -- run the unit tests"
+       @echo "  help             -- this help output"
+
 all: bm_install
 
 bm_preinstall:
@@ -34,8 +42,15 @@ bpa_op_verifier: bpa_op_install bpa_op_e2e
 
 bpa_op_all: bm_all bpa_op_install
 
-
 bashate:
        bashate -i E006 `find . -name *.sh`
 
+ci_dummy_test:
+       $(info ************  TESTING ICN CD LOGS ************)
+
+verify_all: ci_dummy_test
+
+verifer: verify_all
+
+
 .PHONY: all bm_preinstall bm_install bashate