aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2018-04-25Merge "Renaming AAF services"Gary Wu3-8/+32
2018-04-25Merge "CSIT tests for SO vCPE/OOF/HPA"Gary Wu2-0/+126
2018-04-26CSIT tests for SO vCPE/OOF/HPAliboNet2-0/+126
adds SQL preload scripts about vCPE vgw to bypass asdc Change-Id: I71ffbb739c8e6da3fc6dd7ee6094b2b12768039f Issue-ID: SO-555 Signed-off-by: liboNet <libo.zhu@intel.com>
2018-04-24Renaming AAF servicesVictor Morales3-8/+32
This change fixes the names used by docker-compose for AAF services. Change-Id: Ib99c4fcfd5721c3636b6dd25f82ac8853d80a8e3 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-480
2018-04-24Merge "Create VF Module Error"Gary Wu1-0/+10
2018-04-24Create VF Module ErrorRob Daugherty1-0/+10
Refactoring APPC client properties (urn mappings) and adding new ones for the SDNC topics. Change-Id: I1a4ebb71abd3b809f622e8a07f8962f1837f6b14 Issue-ID: SO-577 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-04-23Refactor Multicloud-ocata CSITVictor Morales1-8/+8
The setup.sh wasn't using a generic script for starting its services and it was lacking of proxy support. This change fixes those things refactoring its code. Change-Id: I7cbe7df81a4b136ecdcd5d4cee004341e110b4c6 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-214
2018-04-21Merge "Update APPC CSIT Nitrogen ODL release support"Gary Wu1-1/+1
2018-04-21Merge "Added functional tests for unauthenticated MR"Gary Wu6-40/+117
2018-04-21Merge "Add HPA and VimFit test cases"Gary Wu9-2/+1164
2018-04-20Added functional tests for unauthenticated MRDominic Lunanuova6-40/+117
NOTE: because these tests are all related, this commit also addresses DMAAP-294,495, 297, 301 and 302. Change-Id: I862f459e34517c838413728e6193e53a5ab20bc3 Signed-off-by: Dominic Lunanuova <dgl@research.att.com> Issue-ID: DMAAP-293
2018-04-20Update APPC CSIT Nitrogen ODL release supportAaron Hay1-1/+1
Change dgbuilder image location to remove SNAPSHOT. Change-Id: I5a17229f5ff551494ed6b1aefd39736b3d9b3f21 Issue-ID: APPC-851 Signed-off-by: Aaron Hay <ah415j@att.com>
2018-04-20Add HPA and VimFit test casesLeonardo Bellini9-2/+1164
Issue-ID: OPTFRA-220 Change-Id: I58cb98817b1dfa3674e93cd97c29b6898ee843fa Signed-off-by: Leonardo Bellini <leonardo.bellini@att.com>
2018-04-19Correct Robot script for ExternalAPI-NBI CSITEric Debeau2-1/+18
Add Testcases (thanks to Gary Wu) Change-Id: Ide10a8fabd1b8bce1584ee03ccbc29f11e949141 Issue-ID: EXTAPI-76 Signed-off-by: Eric Debeau <eric.debeau@orange.com> Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Signed-off-by: Quoc Nghia Nguyen <quocnghia.nguyen@orange.com> Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-04-19sdc sanity tests fixYuli Shlosberg3-3/+3
Change-Id: Id0ffd2070d51cbc739015f7ca913a65442b6281f Issue-ID: SDC-1240 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
2018-04-18Merge "Script for integration with MR"Gary Wu6-4/+52
2018-04-18Script for integration with MRDominic Lunanuova6-4/+52
Change-Id: I52a54b441992aad9dd7012a45556c2b84e121ba1 Signed-off-by: Dominic Lunanuova <dgl@research.att.com> Issue-ID: DMAAP-320 Signed-off-by: Dominic Lunanuova <dgl@research.att.com>
2018-04-17Limit retries waiting for Robot to initializeGary Wu1-3/+7
Change-Id: I8644cbf25bdab760c8f05109aa7f91e96b8d818d Issue-ID: INT-402 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-04-17Fix CSIT which broke because of AAF-168Kiran Kamineni3-4/+4
AAF-168 broke CSIT test for SMS. This should fix it. Also updated the versions of vault being used Issue-ID: AAF-251 Change-Id: I154191c515d932c1aac24b34fd7946835ad26fac Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-04-17Merge "Fix syntax errors in the scripts"Gary Wu2-15/+20
2018-04-17Merge "Add scripts for CSIT NBI"Gary Wu5-0/+68
2018-04-17Merge "Fix vnfsdk docker naming"Gary Wu1-2/+2
2018-04-17Fix syntax errors in the scriptsQuoc Nghia Nguyen2-15/+20
Change-Id: Ibcdc69f49d27a8ec5ab136ccdf0009e11aefe45b Issue-ID: EXTAPI-76 Signed-off-by: Quoc Nghia Nguyen <quocnghia.nguyen@orange.com>
2018-04-17Add scripts for CSIT NBIEric Debeau5-0/+68
Create directory test/csit/tests/externalapi-nbi Create setup.sh, teardown.sh scripts Create testplan.txt Create directory test/csit/plans/externalapi-nbi Create heathcheck.robot Change-Id: I485e739bca48aecb62ed9b1b1e5fd910775735a8 Issue-ID: EXTAPI-76 Signed-off-by: Eric Debeau <eric.debeau@orange.com>
2018-04-16Create scripts to start and remove NBI containersEric Debeau2-0/+66
Scripts to be used for ExternalAPI-NBI CSIT start_nbi_containers.sh: start the 3 containers delete_nbi_containers.sh: delete the 3 containers Issue-ID: EXTAPI-76 Change-Id: Iec414155b41d316d2495399d61f76b09042fc3b7 Signed-off-by: Eric Debeau <eric.debeau@orange.com>
2018-04-16Merge "DMaaP busontroller integration w MR"Gary Wu6-1/+206
2018-04-16Merge "Init cut for s3p"Gary Wu3-0/+522
2018-04-16Merge "Updating APPC CSIT for Nitrogen ODL"Hector Anapan-Lavalle3-19/+11
2018-04-16Fix vnfsdk docker namingMurali-P1-2/+2
updating docker names to include vnfsdk (refrepo, refrepo/postgres) Issue-ID: VNFSDK-251 Change-Id: I585d90c721b825f0a4be961b46b7032d03a98026 Signed-off-by: Murali-P <murali.p@huawei.com>
2018-04-15Init cut for s3pYang Xu3-0/+522
Issue-ID: INT-451 Change-Id: Ifd0f17f85d51e49eea45af6115e01287cceb0d92 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2018-04-14DMaaP busontroller integration w MRDominic Lunanuova6-1/+206
This replaces mock server for MR with actual MR containers. Refactored MR launch script to be common. Neither MR or Buscontroller uses AAF. Change-Id: I30b262f17fe4d293fc2b5870fed6a977438e9cef Signed-off-by: Dominic Lunanuova <dgl@research.att.com> Issue-ID: DMAAP-320
2018-04-13Updating APPC CSIT for Nitrogen ODLAaron Hay3-19/+11
The use of -u karaf is no longer supported by the ODL client command version. The APIDOC credentials have been modified with the Nitrogen ODL version. Change-Id: I127a1db019b7fb92554045ebe1b4b8a0c562994c Issue-ID: APPC-851 Signed-off-by: Aaron Hay <ah415j@att.com>
2018-04-13Merge "Initial code import for vcpe automation."Gary Wu10-0/+1648
2018-04-13Initial code import for vcpe automation.Kang Xi10-0/+1648
Initial code import for vCPE use case automation. Source code was validated for Amsterdam release. Changes may be needed for Bejing. - Remove unneeded files: test.py and onap_dev Issue-ID: INT-461 Change-Id: Ifc2665bf8069fdcebd052cecc95266a4b831d2e8 Signed-off-by: Kang Xi <kang.xi@huawei.com>
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