diff options
author | lukegleeson <luke.gleeson@est.tech> | 2023-01-11 09:45:53 +0000 |
---|---|---|
committer | lukegleeson <luke.gleeson@est.tech> | 2023-01-25 17:40:32 +0000 |
commit | 665e22472f9658a4d439da0323e6e8760ec60840 (patch) | |
tree | be0d8dac07accaefe10e71f19dd7dd50684bcabb /pom.xml | |
parent | e076b048adf89ac1c0ef63b6d605050fab170eb3 (diff) |
Springboot Integration tests improvements
Creation of CpsIntegrationSpecBase
Demonstration of test class implementing CpsIntegrationSpecBase in CpsPersistenceSpec
Tests use reduced liquibase steps, basic bookstore yang model and bookstore json payload
Issue-ID: CPS-1379
Signed-off-by: lukegleeson <luke.gleeson@est.tech>
Change-Id: I38202d0888808d08d85fce1aab45fc43e8b0cec3
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,7 @@ <!--
============LICENSE_START=======================================================
Copyright (c) 2020 Linux Foundation.
- Modifications Copyright (C) 2020-2021 Nordix Foundation
+ Modifications Copyright (C) 2020-2023 Nordix Foundation
Modifications Copyright (C) 2020-2021 Pantheon.tech
Modifications Copyright (C) 2021-2022 Bell Canada.
================================================================================
@@ -61,6 +61,7 @@ <module>cps-ncmp-rest-stub</module>
<module>cps-path-parser</module>
<module>cps-ri</module>
+ <module>integration-test</module>
<module>checkstyle</module>
<module>spotbugs</module>
<module>cps-application</module>
|