commit | c5cf34d49e829e8261cc91451f5bffb1e1b71cf9 | [log] [tgz] |
---|---|---|
author | Pawel Wieczorek <p.wieczorek2@samsung.com> | Mon Mar 23 16:02:04 2020 +0100 |
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | Wed Mar 25 13:08:24 2020 +0000 |
tree | 588c658d07823af4b73a3b8aa4500c9b3154ebe5 | |
parent | 600bce340bda372151b4120d89c854f2decc3a93 [diff] |
Add temporary "make" target for automated testing compatibility Utility "sslendpoints" and related packages make use of idiomatic Go testing commands, i.e. go test [./...]. Thanks to Go Modules [1] nothing else is needed to run internal tests for this tool. Unfortunately it's not the case for all Go-based Integration tools. In order to use a single automated verification script in CI additional "make" target is required. It will provide temporary compatibility layer with utilities setting up test environment on their own with "make test" target. This patch should be reverted upon removal of such cases (currently: after dropping "../k8s/check" tool in favour of Aquasec solution). [1] https://blog.golang.org/using-go-modules (see "Adding a dependency" test execution explanation) Issue-ID: INT-1498 Change-Id: I14c83f7f193c7688590366db988ff02c13c036a4 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
Responsible for the integration framework / automated tools, code and scripts, best practice guidance related to cross-project Continuous System Integration Testing (CSIT), and delivery of the ONAP project.
See https://wiki.onap.org/display/DW/Integration+Project for additional details.
See respective directories for additional details about each sub-project.