Separate tests 65/66765/1
authorVictor Morales <victor.morales@intel.com>
Fri, 14 Sep 2018 21:33:28 +0000 (14:33 -0700)
committerVictor Morales <victor.morales@intel.com>
Fri, 14 Sep 2018 21:33:28 +0000 (14:33 -0700)
commitb338d303aa7078a84d50989ddc845a6ce938accf
treea617dbbd2b9f0d26617351c367a2ca78a27f44f4
parentcb64a5fed1b10daa301235a2ef956b4805da99d3
Separate tests

The current tests can be separated in two categories: unit test and
integration tests. The criteria depends on the scope or dependencies
required for the test. This change provides a mechanism to test
only one category.

Change-Id: Ib7bac49cb0b2d14544fb9704345436a7ba71aead
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-301
src/k8splugin/Makefile
src/k8splugin/api/handler_test.go
src/k8splugin/csar/parser_test.go
src/k8splugin/db/db_test.go
src/k8splugin/krd/krd_test.go