aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit
AgeCommit message (Collapse)AuthorFilesLines
2018-04-12Merge "Fold SO func. tests into integration-testing plan"Gary Wu3-0/+0
2018-04-12Fold SO func. tests into integration-testing planMarcus G K Williams3-0/+0
PTL of SO asked for a consolodated job for function testing rather than individual features each with their own jobs. This patch puts SO testing plans under so/integration-testing and points to santiy-check in testplans.txt. Issue-ID: SO-555 Change-Id: I89f36f25c0bc3879702c6148d2858c99de7120e0 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2018-04-12Merge "Optimization Policy CSIT tests"Gary Wu4-2/+62
2018-04-12Merge "Add multicloud sim"Gary Wu3-3/+30
2018-04-12Merge "Improve Policy config fix"Gary Wu1-1/+1
2018-04-12Merge "Add new uiSanity test"Gary Wu3-1/+19
2018-04-12Add multicloud simLeonardo Bellini3-3/+30
Issue-ID: OPTFRA-212 Change-Id: Ice56b185857fc88b298c14dcce359289635b1db3 Signed-off-by: Leonardo Bellini <leonardo.bellini@att.com>
2018-04-12Optimization Policy CSIT testsMichael Mokry4-2/+62
This CSIT tests requires an entry in the database. I modified the sql script in the PE packages. That commit should be merged in order for this to pass I had the wrong variable name for ${policy_name} in the template. I fixed this but I am not able to test locally so I cant be 100% sure this will resolve the issue I added fixes for the 2 failures. I think the createPolicy failed due to an invalid model but I see the model being inserted in the pap log. The only thing I can think of is that it does not like the camel case for hpaPolicy and the all caps for CSIT version so I just made these all lower case in the request template Change-Id: I59fe578c57ab927fe356071a5b4a28bd987fafd7 Issue-ID: POLICY-639 Signed-off-by: Michael Mokry <mm117s@att.com>
2018-04-12Improve Policy config fixehautot1-1/+1
Change-Id: I5bc643cc65e44b2d7de3b7c727906a5d0d838554 Signed-off-by: ehautot <eh552t@intl.att.com> Issue-ID: CLAMP-136
2018-04-11Merge "Add more tests to CSIT"Gary Wu9-27/+320
2018-04-11Merge "CSIT Portal tests"Gary Wu8-359/+544
2018-04-10CSIT Portal testsCHINTAMANI8-359/+544
Issue-ID: PORTAL-183 Update the CSIT plan scripts to pull from latest docker Change-Id: I610baafb5b399b678f091cc902cc365240ec5a52 Signed-off-by: sc5954 <sireesh.ch@in.ibm.com>
2018-04-10fix aaf csit connection timeoutSai Gandham1-9/+9
Issue-ID: AAF-208 Change-Id: I21540ed05a5ba394e8b07bcefcfb6d8ad7558cae Signed-off-by: Sai Gandham <sg481n@att.com>
2018-04-10Add new uiSanity testYuli Shlosberg3-1/+19
Change-Id: I51e4ed17c6f31c012f9f960bd75a0518d966c7a2 Issue-ID: SDC-384 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
2018-04-09Update port for multivimproxyluxin1-1/+1
Change-Id: Ic68312cb846b21d580f67efc2c7226536160f486 Issue-ID: VFC-644 Signed-off-by: luxin <luxin7@huawei.com>
2018-04-06Add more tests to CSITehautot9-27/+320
Change-Id: I6e53e577fe518f4e0df6135643d9c84ded604712 Signed-off-by: ehautot <eh552t@intl.att.com> Issue-ID: CLAMP-35
2018-04-05Standardize line endingsGary Wu1-3/+3
Change-Id: Id5eb0891f0bf9754134615383fea75d610f07d3b Issue-ID: INT-457 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-04-04Merge "Fixing broken CSIT by 40573"Gary Wu2-14/+29
2018-04-03Update docker version numbers in Manifest fileMarco Platania5-842/+842
Change-Id: I17d617d5dfa060441b4a143066b62537066c018e Issue-ID: INT-444 Signed-off-by: Marco Platania <platania@research.att.com>
2018-04-03Fixing broken CSIT by 40573Kiran Kamineni2-14/+29
SMS CSIT was broken because of patch 40573 This patch should fix that issue Issue-ID: AAF-189 Change-Id: I4a26841e833237ad485ca62fa76262b1832c5946 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-04-03Increase timeout between cassandra and tomcatLeonardo Bellini1-17/+13
Issue-ID: MUSIC-67 Change-Id: I737f082abdc2581ea852b30824b2dd6e435c8566 Signed-off-by: Leonardo Bellini <leonardo.bellini@att.com>
2018-04-03Increase timeout as per OPTFRA-210Leonardo Bellini2-15/+18
Issue-ID: OPTFRA-210 Change-Id: Ia4ce092deb8f33ac46f48fbd7b2e956645b089a5 Signed-off-by: Leonardo Bellini <leonardo.bellini@att.com>
2018-04-02Added a "sleep" command into the scriptGuangrongFu1-0/+6
Change-Id: If408752232a4d1d23e8187c79b4dd3f8c28ab03c Issue-ID: HOLMES-106 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2018-03-30Merge "Fix multicloud broker csit"Gary Wu1-1/+1
2018-03-30Adding CSIT test for SMSKiran Kamineni7-0/+195
Adding CSIT tests for Secret Management Service under AAF. This tests the CRUD operations for SecretDomain and Secret Issue-ID: AAF-189 Change-Id: I3dd070fc30d8504593b933d7b623e6a187399444 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-03-30Merge "modify aaf csit script"Gary Wu1-2/+2
2018-03-31Fix multicloud broker csitEthan Lynn1-1/+1
Fix environment variables to start broker Change-Id: I11fc5c12b0a0c638f22c9a5b8a50fb1ec3bc2f5e Issue-ID: MULTICLOUD-166 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-03-30Add additional logging to get more informationJorge Hernandez1-2/+15
Change-Id: Icbcdec738ba2266c83f5d9c4f0bc42285c42e6c7 Issue-ID: POLICY-709 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2018-03-30Merge "Add check_vim_capacity tests for multicloud"Gary Wu4-1/+21
2018-03-30Add check_vim_capacity tests for multicloudEthan Lynn4-1/+21
Add check_vim_capacity tests Change-Id: Iacc1db4a191bde311fd064c6e84124b4aa3868da Issue-ID: MULTICLOUD-166 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-03-30Merge "Update from titan to janus graph"Gary Wu12-40/+80
2018-03-29Add CSIT for legacy api of multicloud-vmwareBin Sun4-0/+75
Change-Id: Iab2e3cbb9a9c6d69334b906174f035a6b2ddfd9a Issue-ID: MULTICLOUD-152 Signed-off-by: Bin Sun <bins@vmware.com>
2018-03-29Merge "CSIT for new feature in multicloud"xinhuili2-1/+40
2018-03-29Update from titan to janus graphKajur, Harish (vk250x)12-40/+80
Issue-ID: AAI-949 Change-Id: I4d4ef8222843c1b37e95a2fe37b3c14f35782d0f Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-03-29 Add csit for vio-loggingliangke2-0/+26
Change-Id: Icab8a071b94e29a437ab85340f6329f2085cdac9 Issue-ID: MULTICLOUD-152 Signed-off-by: liangke <lokyse@163.com>
2018-03-29CSIT for new feature in multicloudBin Sun2-1/+40
Change-Id: I3f3808b7be5395cc40465c3d3977fc59b547c766 Issue-ID: MULTICLOUD-155 Signed-off-by: Bin Sun <bins@vmware.com>
2018-03-28Add CSIT for vfc-multivimproxyluxin4-0/+93
Change-Id: I8f615d3e192a9232ad6d6db81413480e29670328 Issue-ID: VFC-644 Signed-off-by: luxin <luxin7@huawei.com>
2018-03-28modify aaf csit scriptSai Gandham1-2/+2
AAF csit template has been updated according to the new aaf project folder structure.Added docker-compose script to authz project Issue-ID: AAF-199 Change-Id: Ifaf31623faad05bfc59949489f65f4d5dff336b4 Signed-off-by: Sai Gandham <sg481n@att.com>
2018-03-27Merge "Complete optf-has csit for M4"Gary Wu6-110/+100
2018-03-27Complete optf-has csit for M4Leonardo Bellini6-110/+100
Issue-ID: OPTFRA-204 Change-Id: I09afb088c343699be78d2195638596ac09a0c875 Signed-off-by: Leonardo Bellini <leonardo.bellini@att.com>
2018-03-27Changes to dmaap message router CSIT jobsu622b1-0/+2
Issue-ID: DMAAP-346 Change-Id: Ia621342dc5ade00961955133f6dc0c77f1157fc4 Signed-off-by: su622b <sunil.unnava@att.com>
2018-03-27complete test cases for M4Leonardo Bellini11-272/+340
Issue-ID: OPTFRA-204 Change-Id: I0010ecae5f64fbe0b3c0be5cb9ebc52d9a426254 Signed-off-by: Leonardo Bellini <leonardo.bellini@att.com>
2018-03-26Update CSIT for MUSIC distributed KV storeShashank Kumar Shankar3-18/+34
This patch makes minor updates to the recently merged music distributed KV store CSIT tests. Change-Id: I2d210ae318e1d516e71ddead044af4ee30242228 Issue-ID: INT-446 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2018-03-26Merge "[WIP] CSIT for MUSIC distributed KV store"Gary Wu6-0/+126
2018-03-26[WIP] CSIT for MUSIC distributed KV storeShashank Kumar Shankar6-0/+126
This patch adds CSIT tests for music distributed KV store repo. Change-Id: I731e102d211884f46401412bc35f60310fbc7019 Issue-ID: INT-446 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2018-03-26Merge "Add optf-has healthcheck and other test cases"Gary Wu8-4/+144
2018-03-26Add optf-has healthcheck and other test casesLeonardo Bellini8-4/+144
Issue-ID: OPTFRA-204 Change-Id: I847a8ea755190be05537c2f6dd332bc21ddd3728 Signed-off-by: Leonardo Bellini <leonardo.bellini@att.com>
2018-03-26Merge "Update Docker image for vnsdk/ice csit"Gary Wu1-1/+1
2018-03-26Merge "Correct invalid key/value in vnfsdk manifest file"Gary Wu1-2/+2
2018-03-26Update Docker image for vnsdk/ice csitMickael JEZEQUEL1-1/+1
Use the image from the onap nexus repository Change-Id: I19a169f8b0aeb1a1527f273f06c9e1b035c954e3 Issue-ID: VNFSDK-214 Signed-off-by: Mickael JEZEQUEL <mickael.jezequel@orange.com>