diff options
author | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2019-10-08 17:06:22 -0700 |
---|---|---|
committer | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2019-10-08 17:26:38 -0700 |
commit | d614d3d6cc1d40664215f79fc2c2f38af03a9996 (patch) | |
tree | 4432905d0db86ef353d46aeab89768454674c6f7 /vnfs/DAaaS/microservices/collectd-operator/Makefile | |
parent | be2c15151b0258059d463d1c901c1a70f72d51f1 (diff) |
Collectd Operator Unit Tests
Added unit tests for Collectd operator.
Issue-ID: ONAPARC-461
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Change-Id: Ib50c16eaefc661e077d3477cbe8f2e4e62bbda80
Diffstat (limited to 'vnfs/DAaaS/microservices/collectd-operator/Makefile')
-rw-r--r-- | vnfs/DAaaS/microservices/collectd-operator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnfs/DAaaS/microservices/collectd-operator/Makefile b/vnfs/DAaaS/microservices/collectd-operator/Makefile index c09f4c24..9c023521 100644 --- a/vnfs/DAaaS/microservices/collectd-operator/Makefile +++ b/vnfs/DAaaS/microservices/collectd-operator/Makefile @@ -47,7 +47,7 @@ debug: @go build -o ${COP_LOCAL} collectd-operator/cmd/manager ## deploy: Build Dockerfile and publish to repository -deploy: build publish +deploy: build test publish ## publish: Push docker image to repository publish: |