summaryrefslogtreecommitdiffstats
path: root/integration-test/src/test/resources/data/mock-dmi-responses/ietfYangModuleResponse.json
diff options
context:
space:
mode:
authordanielhanrahan <daniel.hanrahan@est.tech>2024-02-13 11:12:29 +0000
committerdanielhanrahan <daniel.hanrahan@est.tech>2024-02-15 12:43:05 +0000
commitfc00c0c590a2885dbf4bbea453124046d93fd1ec (patch)
tree26772a5e15fb14530e1f2757ec2686d5862fdd47 /integration-test/src/test/resources/data/mock-dmi-responses/ietfYangModuleResponse.json
parentcc8fbf61b3fd0c6828caaa2cb784daacc346c56e (diff)
Add NCMP to integration-test module
- Add NCMP to integration test base class - Use MockRestServiceServer to mock DMI responses in groovy tests - Added tests for CM-handle registration to READY and LOCKED states - Add test of CM-handle deregistration Issue-ID: CPS-2033 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: I89f9f8aab2bba9d4eb5b3136a2feb238e7cf1b06
Diffstat (limited to 'integration-test/src/test/resources/data/mock-dmi-responses/ietfYangModuleResponse.json')
-rw-r--r--integration-test/src/test/resources/data/mock-dmi-responses/ietfYangModuleResponse.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/integration-test/src/test/resources/data/mock-dmi-responses/ietfYangModuleResponse.json b/integration-test/src/test/resources/data/mock-dmi-responses/ietfYangModuleResponse.json
new file mode 100644
index 0000000000..2cbd8d1313
--- /dev/null
+++ b/integration-test/src/test/resources/data/mock-dmi-responses/ietfYangModuleResponse.json
@@ -0,0 +1,44 @@
+{
+ "schemas": [
+ {
+ "moduleName": "ietf-yang-types-1",
+ "revision": "2013-07-15"
+ },
+ {
+ "moduleName": "ietf-yang-types-2",
+ "revision": "2013-07-16"
+ },
+ {
+ "moduleName": "ietf-yang-types-3",
+ "revision": "2013-07-17"
+ },
+ {
+ "moduleName": "ietf-yang-types-4",
+ "revision": "2013-07-18"
+ },
+ {
+ "moduleName": "ietf-yang-types-5",
+ "revision": "2013-07-19"
+ },
+ {
+ "moduleName": "ietf-yang-types-6",
+ "revision": "2013-07-20"
+ },
+ {
+ "moduleName": "ietf-yang-types-7",
+ "revision": "2013-07-21"
+ },
+ {
+ "moduleName": "ietf-yang-types-8",
+ "revision": "2013-07-22"
+ },
+ {
+ "moduleName": "ietf-yang-types-9",
+ "revision": "2013-07-23"
+ },
+ {
+ "moduleName": "ietf-yang-types-10",
+ "revision": "2013-07-24"
+ }
+ ]
+} \ No newline at end of file