Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* changes:
Fix issue of Class name wrong
Fix AAI Relationship read failed in delete flow
|
|
Fix issue of Class name wrong
Change-Id: I47e5be10aed7f991088c99ec7baf3135783c40e2
Issue-ID:SO-312
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
Fix AAI Relationship read failed in delete flow
Change-Id: Ieb31f2088aba3d4bb2d4ad5c72aec061cf833069
Issue-ID:SO-311
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
IssueId : SO-281
Change-Id: I01ec11410b5ee97f28f780ca08a6860f482b88ea
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Per issue, changed "_" to "-". Also related to a comment to SO-303,
made "sleep" time a property and moved the sleep calls from groovy
scripts to bpmn.
Fixed a few test resources that still had "_" instead of "-". Changed
variable name from sdnReplDelay to sdncReplDelay.
Change-Id: I893254c0ab735508732fcf2c3e82934f26c2a05a
Issue-Id: SO-308
Signed-off-by: Jim Hahn <jrh3@att.com>
|
|
|
|
|
|
IssueId: SO-281
Change-Id: I49ec3525703d8a8ec4f86a866fa9799f195f14dc
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Add Relationship between e2eservice and ns
Change-Id: Ib79fe952560789b2a1113e93eea1179b6c5088e7
Issue-ID:SO-307
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
|
|
Added new method to "Await AAI Distribution" to macro flow and moved sleep
there. Added junit test for new method and updated existing tests.
Change-Id: I91c8a787669a0fc8cf2038a4cfb6f6229d3949e2
Issue-Id: SO-303
Signed-off-by: Jim Hahn <jrh3@att.com>
|
|
The debug variable name was inconsistent which resulted in null being
passed to the debug logger.
Change-Id: Ia431b12a950113d27cb84c54eb54579995ae17de
Issue-Id: SO-306
Signed-off-by: Jim Hahn <jrh3@att.com>
|
|
|
|
Added 30 second sleep to take care of AAI replication issue
Changed calls to toJsonString to toJsonStringNoRootName. toJsonString adds additional braces causing parsing error
Added code to skip wait in case of unit testing. added debug prints to test cases
Change-Id: I25461da8051f96ea2c8f6c5fde386a0ba0b66e43
IssueId: SO-303
Signed-off-by: Shailendra Borale <sb8915@att.com>
|
|
|
|
|
|
Change-Id: I7038ff42ab1790429daa82b681320d55baf17ef1
Issue-ID:SO-181
Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn>
|
|
IssueId: SO-281
Change-Id: Ice16b1a1bf94658d7b97d5f9a665297deb14a148
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
IssueId: SO-281
Change-Id: I470dd7a2f3882f94f7d1fc9b93322327079e379b
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
|
|
IssueId: SO-286
Change-Id: I4b91b292b3f23b19b605286bdf057c1d84e97f90
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
|
|
IssueId: SO-286
Change-Id: Id43450e148dff31389a82c5a0e3695a9bb5028d7
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
|
|
IssueId: SO-286
Change-Id: Ifecb18013568608edb4d931d23d4df8ae629102e
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Fix Bad request to Sdnc
Change-Id: I88c109fc64808870e8ac5514cf0d199ae38ba3e8
Issue-ID:SO-299
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
|
|
Issue-Id: SO-298
Change-Id: I2207a65884fc75c8b3a09467fa311718878331bd
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
Issue-Id: SO-297
Change-Id: I39609c3173e0ad70af4924afe0ef4d0fe45c86bc
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
Issue-Id: SO-296
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Change-Id: Ie87f3df2abe5cf8954ac94e68a20b08d893cf329
|
|
Change-Id: I48e861937fa72a379fb350bcfb70520484f06432
Issue-ID:SO-181
Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn>
|
|
|
|
Fix Result Code Check Error
Change-Id: I21f6a2c73e4846944e82c315aab380378b6c6be9
Issue-ID:SO-291
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
|
|
SDNC does not recognize ecomp-model-information
SDNC recognizes onap-model-information
The ecomp-model-information was changed to onap-model-information
Change-Id: I60c02ba6cb272703ad3bca17f71d5407d8a507d2
Issue-Id: SO-289
Signed-off-by: Shailendra Borale <sb8915@att.com>
|
|
Modified the code to use an actual XML parser when decoding the SDNC
response-data element, instead of using the simple-minded
replace("&", "&") approach. The latter did not function correctly
when XML elements contained other xml-encoded data.
Change-Id: Ied6b8b19f307f728b8da1a2b410b9e239ec62ab6
Issue-Id: SO-115
Signed-off-by: Jim Hahn <jrh3@att.com>
|
|
|
|
* changes:
fix for create svc instance of groovy
testcases for delete svc instance groovy
fix for incoming jsonreq in groovy test
Add sendSyncError to groovy test
add sendSyncResponse to groovy test
Adding msoCompletionReq to groovy test
fix for groovy test case
add groovy test case for svc instance
|
|
IssueId: SO-281
Change-Id: I17e37e7a3def1b36847be31b5854fb28fc446aa3
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
IssueId: SO-281
Change-Id: Ic34984ab0881219014946d1481a8dcf13548f2a9
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
IssueId: SO-281
Change-Id: Ie7a82e78b5a3eca2bf751598a83a370dfe2e7f86
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
IssueId: SO-281
Change-Id: I22ff6b3bafc8d76a635ed4bd03e0088fbace5a1f
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
IssueId: SO-281
Change-Id: I71c168162ce98be9592c50c35814c521fc325312
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
IssueId: SO-281
Change-Id: I8da2d6c1a331f9052c8785d54ded38a0e1a8a8ca
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
IssueId: SO-281
Change-Id: I3cdd5d56d375944dc11011e6399a6e12a8f4ff43
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
IssueId: SO-281
Change-Id: I3c1b17e8e82c333f0a493845135fadee51ddf4e0
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
|
|
Change-Id: I0706639eb4d4638fbccf790d67df594b504808b2
Issue-ID:SO-181
Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn>
|
|
This is the definitive set:
"sniroAuth": "test:testpwd",
"sniroEndpoint": "http://sniro.api.simpledemo.openecomp.org:8080/sniro/api/v2/placement",
"sniroTimeout": "PT30M",
"serviceAgnosticSniroHost": "http://sniro.api.simpledemo.openecomp.org:8080",
"serviceAgnosticSniroEndpoint": "/sniro/api/v2/placement",
Issue: SO-274
Change-Id: I14da1d44703b3b6ba9f781c7e5269fceeec47d8c
Signed-off-by: Rob Daugherty <rd472p@att.com>
|