diff options
author | shivasubedi <shiva.subedi@est.tech> | 2021-04-29 12:48:05 +0100 |
---|---|---|
committer | Shiva Subedi <shiva.subedi@est.tech> | 2021-04-29 11:54:59 +0000 |
commit | 8a74ced574d566024513044859f433d263e3cc1b (patch) | |
tree | ded9f6e3ebffad554fc184ca231d4a0fa78e8c3f /cps-ncmp-rest/src/test/groovy/org | |
parent | ff7ba3a74265b62b116abb2fc34767f87444a655 (diff) |
Investigate and update Spock version
Issue-ID: CPS-368
Signed-off-by: shivasubedi <shiva.subedi@est.tech>
Change-Id: Ie8505cf29068660af6bc6b9887f593f7e3be074f
Diffstat (limited to 'cps-ncmp-rest/src/test/groovy/org')
-rw-r--r-- | cps-ncmp-rest/src/test/groovy/org/onap/cps/ncmp/rest/controller/NetworkCmProxyControllerSpec.groovy | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cps-ncmp-rest/src/test/groovy/org/onap/cps/ncmp/rest/controller/NetworkCmProxyControllerSpec.groovy b/cps-ncmp-rest/src/test/groovy/org/onap/cps/ncmp/rest/controller/NetworkCmProxyControllerSpec.groovy index f0a3d09c21..ea3c16d4cb 100644 --- a/cps-ncmp-rest/src/test/groovy/org/onap/cps/ncmp/rest/controller/NetworkCmProxyControllerSpec.groovy +++ b/cps-ncmp-rest/src/test/groovy/org/onap/cps/ncmp/rest/controller/NetworkCmProxyControllerSpec.groovy @@ -39,7 +39,6 @@ import org.springframework.http.HttpStatus import org.springframework.http.MediaType import org.springframework.test.web.servlet.MockMvc import spock.lang.Specification -import spock.lang.Unroll @WebMvcTest class NetworkCmProxyControllerSpec extends Specification { @@ -62,7 +61,6 @@ class NetworkCmProxyControllerSpec extends Specification { def cmHandle = 'some handle' def xpath = 'some xpath' - @Unroll def 'Query data node by cps path for the given cm handle with #scenario.'() { given: 'service method returns a list containing a data node' def dataNode = new DataNodeBuilder().withXpath('/xpath').build() @@ -86,7 +84,6 @@ class NetworkCmProxyControllerSpec extends Specification { 'descendants' | 'true' || INCLUDE_ALL_DESCENDANTS } - @Unroll def 'Create data node: #scenario.'() { given: 'json data' def jsonData = 'json data' |