aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-04-10revise appc csit healthcheckTaka Cho2-18/+54
revise APPC csit healthcheck Issue-ID: APPC-1861 Change-Id: If573cbe54d47f251da0d37f7d4da13fd17b53145 Signed-off-by: Taka Cho <takamune.cho@att.com>
2020-04-08Merge "Update CSIT to use Frankfurt images"Morgan Richomme4-44/+47
2020-04-07Update CSIT to use Frankfurt imagesDan Timoney4-44/+47
Update CSIT test case to use Frankfurt version of SDNC images Change-Id: I524fd49268e5a3f473e585c96e61ace1440a3d5f Issue-ID: SDNC-1131 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-04-06remove usecases testsjhh2-15/+2
Issue-ID: POLICY-2474 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: If69a11c7c690d8a5ac2d3b2a5b81f9d7d5fe5197 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2020-04-03Change AAF Certservice CSITs to send requests via HTTPSAleksandra Maciaga9-22/+171
Signed-off-by: Aleksandra Maciaga <aleksandra.maciaga@nokia.com> Signed-off-by: Michal Banka <michal.banka@nokia.com> Change-Id: Ia7b5d8d548f4ae3727302772fc56e6b0142b0da0 Issue-ID: AAF-1084
2020-04-02Move policy preload to robot scriptJim Hahn7-255/+34
Moved the policy preload for the PAP CSIT from setup.sh to the robot script; policy type preload isn't needed, so it was removed altogether. Also cleaned up some unneeded entries related to networking and ports in the docker yml files. Issue-ID: POLICY-2464 Change-Id: I1794dd905f2dcbdbe5f8da8c106b43b98d9a97ea Signed-off-by: Jim Hahn <jrh3@att.com>
2020-04-02Update VES Collector CSITAleksandra Maciaga6-1883/+3076
Signed-off-by: Aleksandra Maciaga <aleksandra.maciaga@nokia.com> Change-Id: I6dd9d36a7bddbbc3d0d99b72d990907e3fe87b1b Issue-ID: DCAEGEN2-2182
2020-03-27Merge "Replace ifonfig with ip a"Morgan Richomme1-1/+1
2020-03-27Merge "Add trailing slash to context URIs"Marcin Przybysz2-10/+19
2020-03-27Merge "Fix optf has and osdf csit failures"Marcin Przybysz8-8/+152
2020-03-26Fix optf has and osdf csit failuresvrvarma8-8/+152
CSIT jobs are failing with the latest aaf-sms docker images. Change-Id: Ia7da218d7383ad87cd59b07171a1931cad85f6c7 Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-725
2020-03-26Merge "pnf sw upgrade csit"Marco Platania172-0/+13761
2020-03-25Add trailing slash to context URIsJim Hahn2-10/+19
Also added various properties to drools/base.conf to keep it consistent with drools-apps/base.conf, as much as possible. I believe the old SO actor will break if we use the CONTEXT_URI, thus I'm leaving the SO_URL intact for now. Issue-ID: POLICY-2441 Change-Id: I1c4122ecec86ef1ef0e165560464e74ace2bdf34 Signed-off-by: Jim Hahn <jrh3@att.com>
2020-03-25Merge "Verification of fields in trust/key store"Marcin Przybysz7-40/+115
2020-03-25Merge "Update the release version for OOF csit"Marco Platania5-19/+32
2020-03-25pnf sw upgrade csittragait172-0/+13761
Change-Id: I776d61030efc3d51e04f98698ceb8c445db2dafa Signed-off-by: tragait <rahul.tyagi@est.tech> Issue-ID: INT-1308 Signed-off-by: tragait <rahul.tyagi@est.tech>
2020-03-25Verification of fields in trust/key storeJoanna Jeremicz7-40/+115
Issue-ID: AAF-1107 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: Ic5b897115980be19ca23f07778b5b9763764446c
2020-03-24Update CSIT properties for new actorsJim Hahn1-0/+6
Aded new context URI properties to the config for use with related changes in drools-apps. Left the XXX_URL properties intact for removal later, once drools-apps changes have been merged. Issue-ID: POLICY-2441 Change-Id: Ia7ef38d8cf01e3189c7accc1affd7cbb2c3e1bd0 Signed-off-by: Jim Hahn <jrh3@att.com>
2020-03-23Update the release version for OOF csitvrvarma5-19/+32
Fixing policy simulator url Adding pci/rsi tests Change-Id: I18f9987201159a64ff12ca00137e4ddcf8e38fe5 Signed-off-by: vrvarma <vikas.varma@att.com> Issue-ID: OPTFRA-719 Signed-off-by: vrvarma <vikas.varma@att.com>
2020-03-23Replace ifonfig with ip aLasse Kaihlavirta1-1/+1
- replace obsolete ifconfig with more modern command ip a Issue-ID: SDC-2824 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I5341e49f45b263c3dde3dc4923dc8233331f518e
2020-03-23Merge "Finalize CSIT script regardless of setup success"Morgan Richomme2-19/+25
2020-03-23Merge "Fix getting local ip address in CSIT setup scripts"Marco Platania6-8/+8
2020-03-23Merge "Make certservice-client use volume mount"Marcin Przybysz4-37/+28
2020-03-23Finalize CSIT script regardless of setup successLasse Kaihlavirta2-19/+25
- run teardown and env info collection steps always on exit regardless of any potential failures in previous steps (particularly setup) - Note that this puts an implicit requirement on project-specific teardown scripts to be able to do their job even if some setup steps have failed! - add trivial sdc-dcae-d change to trigger CSIT verify job Issue-ID: TEST-231 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: Iafd362602d3e8ae8c40eb0c73efae12d00a470c5
2020-03-23Fix getting local ip address in CSIT setup scriptsBartek Grzybowski6-8/+8
Assumption that last field in routing entry is the local src address is no longer valide in the latest iproute2 releases as it adds UID information. The correct way is to get the 7th field, not the last. Change-Id: Id2289fbf9b916ccab3ac7949d4f8118ef0571935 Issue-ID: INT-1497 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-03-23Expand PMSH CSIT testsAndyWalshe11-108/+574
Issue-ID: DCAEGEN2-1842 Signed-off-by: AndyWalshe <andy.walshe@est.tech> Change-Id: Icc851f6606242350456c297220a13a806d5e0d95
2020-03-23Make certservice-client use volume mountRemigiusz Janeczek4-37/+28
Client container runs as root to avoid permission issues with volume mount access Change client output path from '/var/log' to '/var/certs' Issue-ID: AAF-1107 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I28ec95cd5e38f43d282087264b04c5b378bbabfd
2020-03-23Use designer for all SDC operations in sdc-dcae-d CSITLasse Kaihlavirta2-37/+4
- Use designer (cs0008) user in all SDC operations - update sdc_interface.robot to Frankfurt level following testsuite/robot/resources/sdc_interface.robot Issue-ID: SDC-2827 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I6cf69a344a8d9205429a5371ccfe782247d0763b
2020-03-20Merge "Fixing APEX and Distribution csit failures due to invalid key name in ↵Morgan Richomme3-3/+6
policy"
2020-03-20Fixing APEX and Distribution csit failures due to invalid key name in policya.sreekumar3-3/+6
When the key name doesn't match with the name field in policy, creation of policy is failing. Due to some recent changes in API and models. So, correcting the policy in this review. Change-Id: I8a57f734a25f46fef623edb078fabc2641722816 Issue-ID: POLICY-2438 Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
2020-03-20double the LONGTIME for CDT csitTaka Cho1-1/+1
to avoid the some stressful condition in Jenkin CSIT job. doubling the LONGTIME wait Change-Id: I62592892723446549f8cace7c05d22cf930c1ca0 Issue-ID: APPC-1853 Signed-off-by: Taka Cho <takamune.cho@att.com>
2020-03-20Fix for proxy issues in local buildkjaniak5-17/+19
Change-Id: Iaf6105aa73d5cca381de212a3572259ff948aabf Issue-ID: AAF-1107 Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2020-03-20Change docker login userBogumil Zebek2-3/+1
Switch user to docker, because Anonymous user is not supported after nexus3 upgrade. Issue-ID: INT-1493 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: If455ebcee5e6880a33bca8a2ca189fc5e9539927
2020-03-18Merge "change made to enable https mode"Marco Platania1-0/+7
2020-03-17Add frankfurt to drools-apps CSITJim Hahn3-0/+22
Issue-ID: POLICY-2434 Signed-off-by: Jim Hahn <jrh3@att.com> Change-Id: I92ce55b8f024e6bb935b21812ceb633976b0ddf8
2020-03-17Merge "Remove amsterdam from drools-apps CSIT"Morgan Richomme1-3/+1
2020-03-17Fix syntax error in AAF Cert Service setupAleksandra Maciaga1-1/+1
Signed-off-by: Aleksandra Maciaga <aleksandra.maciaga@nokia.com> Issue-ID: AAF-1107 Change-Id: I3432019bce0116a0a190eac6b01ab8974f7208f8
2020-03-16Remove amsterdam from drools-apps CSITJim Hahn1-3/+1
Issue-ID: POLICY-2434 Signed-off-by: Jim Hahn <jrh3@att.com> Change-Id: I2ef8317050f469afdbb2ae586b55d8bf9231a56e
2020-03-13Merge "Enhacement AAF-CerService CSIT"Marcin Przybysz3-14/+105
2020-03-13Enhacement AAF-CerService CSITTomasz Wrobel3-14/+105
Added http response code verification in negative path. Added verification of .jks file creation in positive path. Issue-ID: AAF-996 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: Ia60823a0393149054bbb4358883f7ec6dbd965b4
2020-03-12Merge "Fixing policy csits with the tosca version change"Morgan Richomme12-59/+47
2020-03-12Merge "VID: Fix newVNFChange by being more graceful before clicking"Marcin Przybysz3-7/+8
2020-03-11Fixing policy csits with the tosca version changea.sreekumar12-59/+47
Also making the apex test policy changes related to rhino migration. Change-Id: I20f6c87bf6e2208840eb62a8109f8a98d67e0327 Issue-ID: POLICY-1402 Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
2020-03-10Merge "Add CSIT for Cert Service Client"Marcin Przybysz8-1/+94
2020-03-10Add positive scenario test for /ready endpointMichal Banka1-0/+5
Signed-off-by: Michal Banka <michal.banka@nokia.com> Issue-ID: AAF-997 Change-Id: I356f8c73248921c37b5c9819761e0afc8205b636
2020-03-10Add CSIT for Cert Service ClientTomasz Wrobel8-1/+94
Issue-ID: AAF-996 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: If29633f8ce382c4bef2c14ff7ec9b5377c866d4a
2020-03-10Merge "Add waiting for containers to set up"Marcin Przybysz4-11/+21
2020-03-10Add waiting for containers to set upAleksandra Maciaga4-11/+21
Signed-off-by: Aleksandra Maciaga <aleksandra.maciaga@nokia.com> Issue-ID: AAF-997 Change-Id: I049f7d2997f74b22dd53f47bc925dcfdb1df3b10
2020-03-09Merge "Align BBS-ep CSIT tests with latest code changes (DCAE-SDK upgrade)"Marcin Przybysz18-313/+53
2020-03-09VID: Fix newVNFChange by being more graceful before clickingIttay Stern3-7/+8
Issue-ID: VID-532 Change-Id: Ie0769c774a4f6b9f91d5bb6bd6bc81ef17448243 Signed-off-by: Ittay Stern <ittay.stern@att.com>