diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2022-03-25 15:41:59 +0530 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2022-03-29 21:53:46 +0530 |
commit | f8288947d90d905b520ae273104cc83e7a133c17 (patch) | |
tree | f913c169c83d84dce39fcf45e6184bc41c081ca1 /csit/data | |
parent | 145a14310d109d367da9c854217f6c71a82e49b4 (diff) |
CSIT: DMI to NCMP
- CSIT to register cm handle which tests the integration between DMI and
NCMP
- CSIT to get module refs which tests the integration between DMI and
SDNC
Issue-ID: CPS-922
Change-Id: I9c89f168cb3cc98ad27cd0022adbf81452717a76
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'csit/data')
-rwxr-xr-x | csit/data/cmHandleRegistration.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/csit/data/cmHandleRegistration.json b/csit/data/cmHandleRegistration.json new file mode 100755 index 00000000..0133148f --- /dev/null +++ b/csit/data/cmHandleRegistration.json @@ -0,0 +1,5 @@ +{ + "cmHandles": [ + "PNFDemo" + ] +}
\ No newline at end of file |