aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-06-06Fix robot cases due to attachment-pointMarcin Migdal8-8/+8
Change-Id: I36ad6450b7a600f09d600913cd27efafcab690bd Issue-ID: INT-1097 Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
2019-06-05Run DB script before starting other containersJim Hahn10-97/+117
The other containers were starting before their user names had been added to the DB. Consequently, they were aborting at start-up. Modified the various setup.sh scripts to run the DB-init script before starting the remaing containers. Also add start_all to start the containers and wait for the ports to start listening, eliminating the need for the "curl" tests in the setup.sh scripts. Also removed version numbers from some yml files. Change-Id: Idd9ff81b3ab4a78926b644f22360c9222afe82d5 Issue-ID: POLICY-1829 Signed-off-by: Jim Hahn <jrh3@att.com>
2019-06-04Merge "Updates for new DFC endpoints.json and DR latest"Gary Wu2-45/+34
2019-06-04Merge "remove the files we dont use around OSUtils"Gary Wu2-6/+0
2019-06-04Merge "Remove obsolete files for optf/cmso"Daniel Rose56-1665/+4
2019-06-04Updates for new DFC endpoints.json and DR latestLiamBurke2-45/+34
Change-Id: I2c2715bedc5c353bf68d0ce3b60878c64ce4ff22 Issue-ID: INT-832 Signed-off-by: LiamBurke <liam.burke@ericsson.com>
2019-06-04Update configs for prhmicdzied1-30/+5
Change-Id: Id89203adede9154079f32103c86ea42c4d4910de Issue-ID: INT-1095 Signed-off-by: micdzied <michal.1.dziedzic@nokia.com>
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-03remove the files we dont use around OSUtilsDR695H2-6/+0
Change-Id: I8a86a86089bf59dfa5e133a0dc7f51b8301499b4 Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@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