Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Facts

Info

PTL (first and last name)
Jira Project NameMUSIC
Jira KeyMUSIC
Project IDorg.onap.music.distributed-kv-store
Link to Wiki SpaceDistributed 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

PTLShashank Kumar Shankarshashank.kumar.shankarshashank.kumar.shankar@intel.comPortland, OR
CommittersShashank Kumar Shankarshashank.kumar.shankarshashank.kumar.shankar@intel.comPortland, OR





Contributors








...

View file
nameswagger API.html
height250

Testing and Integration:

Image Removed

The following type of tests are done in this release:

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

Image Added