aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-06-04Remove obsolete files for optf/cmsoJerry Flood56-1665/+4
Issue-ID: OPTFRA-517 Change-Id: I34adbe4284c39041c44b70fce9677e9a64f5b3da Signed-off-by: Jerry Flood <jflood@att.com>
2019-06-03Merge "we dont use these libraries so removing them"Gary Wu1-4/+0
2019-06-03Merge "Issue-ID: VID-484"Gary Wu3-69/+7
2019-06-03we dont use these libraries so removing themDR695H1-4/+0
Change-Id: I91d01f7dd48bd5aad7ea55ab7aa9ce22077991ba Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>
2019-06-03Issue-ID: VID-484Wojciech Sliwka3-69/+7
fetch parameters for native workflows Change-Id: I6d017ee43b1969ceb2bce11d28f0fdde5da152c4 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com> (cherry picked from commit c97101347defc8126614b27c60646325e0f9d674)
2019-05-30csit should pull from the pypi instead of gitDR695H1-3/+1
Change-Id: Ia04a0b06cac6ef415d427701caa09e40c8e15eae Issue-ID: TEST-159 Signed-off-by: DR695H <dr695h@att.com>
2019-05-30Merge "Add temporary kill script for SDC DCAE containers"Gary Wu1-0/+31
2019-05-30Add docker logs for csitfujinhua2-0/+3
Change-Id: I5291600cc9f2738014f151db493440b8e756649c Issue-ID: INT-1015 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2019-05-30Add temporary kill script for SDC DCAE containerskaihlavi1-0/+31
Currently it is possible to start SDC's DCAE-DS docker containers with docker_run.sh (see https://gerrit.onap.org/r/#/c/sdc/+/88549/) but the containers are not killed by corresponding kill_containers_and_remove_dataFolders.sh - this script provides the ability to kill them until image naming and tagging has more complete solution that should render this one obsolete Change-Id: I623db3ace0d4e14b925254bd21528bfa8e00f458 Issue-ID: SDC-2342 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
2019-05-29Merge "Fix externalapi/nbi CSIT"Gary Wu1-1/+1
2019-05-29Fix externalapi/nbi CSITMatthieu Geerebaert1-1/+1
Issue-ID: EXTAPI-254 Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com> Change-Id: I1e754c7d19f04d378dcf34811b03809376e9340d
2019-05-29Enable ssl for dmaap client in PRHgrabinsk1-13/+13
Change-Id: I74dbf32a0e06e90a5a2d222008a4379e4c5a9a54 Issue-ID: INT-1076 Signed-off-by: grabinsk <maciej.grabinski@nokia.com>
2019-05-28Merge "Use single PRH container with ssl configuration Generating new ↵Gary Wu22-197/+390
certificates since the old ones have expired"
2019-05-28Merge "Xacml-PDP CSIT tests with DmaaP Simulator"Gary Wu10-5/+587
2019-05-28Use single PRH container with ssl configurationgrabinsk22-197/+390
Generating new certificates since the old ones have expired Change-Id: If68ceab0bea7dbc10db647af7530b39b44729c0c Issue-ID: INT-1076 Signed-off-by: grabinsk <maciej.grabinski@nokia.com>
2019-05-27Correct minor typos in scriptkaihlavi1-5/+4
Issue-ID: SDC-2333 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com> Change-Id: I5d5d44cd8dfcb8d81250af182915c163efb9a576
2019-05-24Xacml-PDP CSIT tests with DmaaP SimulatorMichael Mokry10-5/+587
1. Added test cases for creating policy, deploying policy, and getting a decision for monitoring policies 2. Included statistics check between some tests 3. Modified to use dmaap simulator, policy-pap, and policy-api for end to end tests 5. UPDATE: made changes per Ajith's review 6. Removed most config overrides and changed dmaap to message-router where appropriate Change-Id: Ia9935193f189f249e11f23b2ffe49f87090b7b54 Issue-ID: POLICY-1767 Signed-off-by: Jim Hahn <jrh3@att.com>
2019-05-23Improve PRH tests to make json comparison more flexiblegrabinsk6-22/+38
Update expected PNF ready event to be an array of events Improve logging in DMaaP simulator Change-Id: I1c6c76dd7ef742fd474870b0cb23b5bbaa265357 Issue-ID: DCAEGEN2-1501 Signed-off-by: grabinsk <maciej.grabinski@nokia.com>
2019-05-22Update PRH tests after SDK update to El Alto in PRHgrabinsk27-443/+489
Change-Id: I0ce656cc2b0e59254b788ac114f5617cacea1ffb Issue-ID: Issue-ID: DCAEGEN2-1501 Signed-off-by: grabinsk <maciej.grabinski@nokia.com>
2019-05-21Combine similar SDC setup scripts into onekaihlavi5-98/+25
Replace almost identical setup scripts for SDC api and ui tests with one that takes the wanted SDC test suite as an argument Change-Id: Ic48ffa82a41d80da860eb043e3dfb71f55cc08ad Issue-ID: INT-1084 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
2019-05-10Fix HV-VES tests when running locallyPiotr Jaszczyk2-5/+4
* Fixed docker registry env vars in env_local * Random network name for every test run Change-Id: I74ea22d1f3013e86eda18184f11d5901777b20c9 Issue-ID: DCAEGEN2-1474 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
2019-05-08Remove obsolete run-all-tests.shkaihlavi1-34/+0
Change-Id: I0f303d2c20f20cf71ccd7133539f889ca38ac4ef Issue-ID: TEST-149 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
2019-05-08PRH CSIT docker compose add VESCollector entry to consulMarcin Migdal1-0/+70
Change-Id: I04e3c9bbee1c600dda8d6b2f908fd11baa229862 Issue-ID: INT-1072 Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
2019-05-08Merge "Adding end to end CSIT test cases for PDP-A"Gary Wu17-8/+927
2019-05-08Deferring PRH startup until CBS can serve PRH config datagrabinsk2-8/+18
(This needs to be replaced by optimizing CBS access retries in PRH service itself) Change-Id: Icd4f085fa2f9e252af8147474a72069503973bdc Issue-ID: INT-989 Signed-off-by: grabinsk <maciej.grabinski@nokia.com>
2019-05-07Adding end to end CSIT test cases for PDP-Aa.sreekumar17-8/+927
1) Adding test case to do health check of PDP-A. 2) Adding test case for end to end testing - create policy type and policy using Policy API, deploy policy using PAP API and then execute policy in APEX engine. Change-Id: I97b208f4d7c319f993515719795d022ddfc429fa Issue-ID: POLICY-1739 Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
2019-05-06Fix multicloud-k8s csitKiran Kamineni1-1/+2
The ports for multicloud-k8s had to be changed and they were made configurable. This fixes the broken csit for that. Issue-ID: MULTICLOUD-609 Change-Id: I41f7687753fd0ea23be7bba9ec2ba84165ee794b Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-05-06Checking that CBS is registered in consulgrabinsk1-2/+4
Change-Id: I9bd1e275d7212aab09a43a654a2f10af389c28d6 Issue-ID: INT-989 Signed-off-by: grabinsk <maciej.grabinski@nokia.com>
2019-05-05update csit test caseyangyan1-1/+1
Issue-ID: MODELING-156 Change-Id: I5b40a673cd233e27b25f20d285ef1aafc028c5e9 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2019-05-02Fix policy/pap csit test casesramverma1-8/+6
Change-Id: I1b382b107f2cd619b81979f0baeb519312c700d9 Issue-ID: POLICY-1723 Signed-off-by: ramverma <ram.krishna.verma@est.tech>
2019-04-30Fix csit failure for bbsVijay Venkatesh Kumar1-1/+1
Change-Id: Id9a44bbb840018f5b0667b24605e42be20512937 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1270
2019-04-30Merge "Attempt to check CSIT Case: Event in DMaaP is not in JSON format"Gary Wu1-2/+4
2019-04-30Merge "adjusting CSIT test feature-toggle"Gary Wu1-0/+3
2019-04-30Attempt to check CSITMarcin Migdal1-2/+4
Case: Event in DMaaP is not in JSON format Change-Id: I8eac18c9119c9337e05feccc986367dcd50589a8 Issue-ID: INT-989 Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
2019-04-30Restructure CSITs for info and timeoutsjhh5-42/+139
Change-Id: I8a1bf5d44da267e58f26e877fc0eba7189166424 Issue-ID: POLICY-1712 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2019-04-30adjusting CSIT test feature-toggleBartosz Gardziejewski1-0/+3
Change-Id: Ic56677462c6f96d7fd116f2d9b225e8b3e92cd2b Issue-ID: VID-469 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2019-04-29Merge "OPTFRA-487 change the api_paste.ini location"Gary Wu1-1/+1
2019-04-29adding change management testing to testplanBartosz Gardziejewski6-67/+2
Change-Id: I3492e57a7580f2714faa57bbfdb42ab4828f844b Issue-ID: VID-462 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2019-04-28Add vnf pkg subscription csit casefujinhua2-5/+22
Change-Id: I6803d91110e8c4e59756a82a04a50e80ef54c8b6 Issue-ID: INT-1015 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2019-04-28Add vnf pkg subscription csit casefujinhua3-1/+65
Change-Id: I92bbf147728e3b0a318f3dd66f74204d4c8c5050 Issue-ID: INT-1015 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2019-04-26OPTFRA-487 change the api_paste.ini locationShankar Narayanan1-1/+1
Fix the path of the api_paste.ini which was changed as a part of the HTTPS fix in commit: https://gerrit.onap.org/r/#/c/86210/ Change-Id: I07e22cd1fc4c2f4b213d9bff3cd5cf73b754fa85 Signed-off-by: Shankar Narayanan <snarayanan@research.att.com> Issue-ID: OPTFRA-487
2019-04-26Merge "Remove old test cases"Gary Wu5-301/+130
2019-04-26Merge "Switch to DMaaP kafka image"Gary Wu7-8/+45
2019-04-26Remove old test caseskurczews5-301/+130
Issue-ID: INT-989 Change-Id: I9751a1612431355aab70ea13c165445ca2b3937a Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2019-04-26Fix failing text due to lograjendrajaiswal1-1/+1
Change-Id: I104118ecddb749532864d653d39528f1f9ced1b0 Issue-ID: INT-863 Signed-off-by: rajendrajaiswal <rajendra.jaiswal@ericsson.com>
2019-04-26PRH BBS tests - part 2kurczews25-51/+452
Issue-ID: INT-989 Change-Id: Ifa55723579d763e4bede7dbc373c7605dccb9b0e Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2019-04-26Switch to DMaaP kafka imagekjaniak7-8/+45
Issue-ID: DCAEGEN2-1448 Change-Id: I9f0c375eb8530749fa6bdc506a3246f7b5f6575c Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2019-04-26update parser robot testyangyan4-9/+9
Issue-ID: MODELING-156 Change-Id: I414fd1e5dad62b21af500c018cac272911ce9018 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2019-04-25Adjust python-testing-utils install commandDR695H1-0/+1
Add robotframework-onap subdirectory to checkout the right branch previousely we automatically checked out the default branch which can change by external things and would also be wrong for past releases Change-Id: I1e8d2dac6aee04a58494d84bd038340b21f0dd04 Issue-ID: TEST-143 Signed-off-by: DR695H <dr695h@att.com>
2019-04-25Adjust python-testing-utils install commandkaihlavi1-1/+1
Add robotframework-onap subdirectory to pip install of python-testing-utils to adjust to refactored structure Change-Id: Ia68bacb222e461218f1e02b4cb7ae1b94dde4584 Issue-ID: TEST-141 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>