diff options
author | romaingimbert <romain.gimbert@orange.com> | 2019-01-29 10:59:54 +0100 |
---|---|---|
committer | romaingimbert <romain.gimbert@orange.com> | 2019-01-30 11:52:59 +0100 |
commit | cf9e2869aaff92b58fb1806b2403a6790d62a709 (patch) | |
tree | 455f22133ce3276ba203992eb3443c044ddf90b2 /pom.xml | |
parent | ef8fea9dac61407f29850a34c19a1effd1d4a5b9 (diff) |
fix nbi test
-add karate test
-fix listener resource
Change-Id: I4904c40d65686c29404cfafd17ae6a5084cc4870
Issue-ID: EXTAPI-196
Signed-off-by: romaingimbert <romain.gimbert@orange.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -340,6 +340,9 @@ <exclude>**/*.java</exclude> </excludes> </testResource> + <testResource> + <directory>src/test/resources</directory> + </testResource> </testResources> <plugins> <plugin> @@ -354,7 +357,7 @@ <include>org/onap/nbi/test/KarateApiTest.java</include> <include>org/onap/nbi/test/ExecutionTaskTest.java</include> <include>org/onap/nbi/test/ServiceOrderRepositoryTest.java</include> - <!--<include>org/onap/nbi/test/ApiTestWithoutOnap.java</include>--> + <include>org/onap/nbi/apis/servicecatalog/ToscaInfosProcessorTest.java</include> </includes> </configuration> </plugin> |