...
Facts | Info |
---|---|
PTL (first and last name) | |
Jira Project Name | MUSIC |
Jira Key | MUSIC |
Project ID | org.onap.music.distributed-kv-store |
Link to Wiki Space | Distributed KV Store (MUSIC sub-project) |
Release Components Name:
Note: refer to existing project for details on how to fill out this table
...
Role | First Name Last Name | Linux Foundation ID | Email Address | Location |
---|---|---|---|---|
PTL | Shashank Kumar Shankar | shashank.kumar.shankar | shashank.kumar.shankar@intel.com | Portland, OR |
Committers | Shashank Kumar Shankar | shashank.kumar.shankar | shashank.kumar.shankar@intel.com | Portland, OR |
Contributors | ||||
...
View file | ||||
---|---|---|---|---|
|
Testing and Integration:
...
The following type of tests will be ensured for MUSIC are done in this release:
- Unit tests: Currently has around 50% unit test coverage as evidenced above and in the logs for the latest build: https://jenkins.onap.org/view/music/job/music-distributed-kv-store-master-merge-golang/lastBuild/consoleText
- Functional Test cases: Functional Tests run in CSIT tests.
Example test case: https://git.onap.org/music/distributed-kv-store/tree/src/dkv/api/configHandlers_test.go
Generate Code Coverage Report of source code for Golang applications:
$ go test -coverprofile=coverage.out
$ go tool cover -html=coverage.out