aboutsummaryrefslogtreecommitdiffstats
path: root/tests/aaf
AgeCommit message (Collapse)AuthorFilesLines
2020-08-12Move csits form aaf to oomPawel21-625/+0
create csit folder under oom move csits from aaf to oom reconfigure csits: remove aaf word, use new image Issue-ID: OOM-2526 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I7b1f010fe46420cb734c67133f038bdadffd5ecc
2020-06-19Add testcases for PEM and JKS output typeJoanna Jeremicz12-77/+304
Issue-ID: AAF-1152 Change-Id: I99f7fadf7e4e890ff86011226dbcf3761c185072 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2020-04-03Change AAF Certservice CSITs to send requests via HTTPSAleksandra Maciaga5-13/+30
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-03-25Verification of fields in trust/key storeJoanna Jeremicz6-40/+110
Issue-ID: AAF-1107 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: Ic5b897115980be19ca23f07778b5b9763764446c
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-20Fix for proxy issues in local buildkjaniak3-15/+16
Change-Id: Iaf6105aa73d5cca381de212a3572259ff948aabf Issue-ID: AAF-1107 Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2020-03-20Change docker login userBogumil Zebek1-2/+0
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-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-10Merge "Add CSIT for Cert Service Client"Marcin Przybysz6-0/+80
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 Wrobel6-0/+80
Issue-ID: AAF-996 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: If29633f8ce382c4bef2c14ff7ec9b5377c866d4a
2020-03-06Add validation of recieved message and refactor codeAleksandra Maciaga9-23/+56
Signed-off-by: Aleksandra Maciaga <aleksandra.maciaga@nokia.com> Issue-ID: AAF-997 Change-Id: Idea7fba7cf33ff605c9f0980f82066b19559d29b
2020-03-04Clean up codeAleksandra Maciaga2-22/+22
Signed-off-by: Aleksandra Maciaga <aleksandra.maciaga@nokia.com> Issue-ID: AAF-997 Change-Id: Iaeebbe2e3dbae3d1f6d9374a8d54d28bfd39ff3e
2020-02-27Fix ca nameBogumil Zebek2-7/+7
Use proper CA name in CSIT test Issue-ID: AAF-997 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I8954f6af116fd1c5d208ad4c2d2736aa52c9c027
2020-02-25Add CSIT for AAF Cert Service and refactor codeAleksandra Maciaga2-12/+46
Signed-off-by: Aleksandra Maciaga <aleksandra.maciaga@nokia.com> Issue-ID: AAF-995 Change-Id: I83678b1f9aa8fad8da1d3244b19d2e20b4512f0d
2020-02-20Add CSIT tests for AAF Cert ServiceAleksandra Maciaga7-0/+78
Issue-ID: AAF-995 Signed-off-by: Aleksandra Maciaga <aleksandra.maciaga@nokia.com> Change-Id: Iaf96cfb08ba9f83b1ebb5f382a530fcec9333a84
2018-10-12Update aaf csit plans latest imagesSai Gandham1-36/+30
Adjust teardown.sh Issue-ID: AAF-388 Change-Id: Iaa9c384f38877e158309e4c25d96b2fed5ae61b9 Signed-off-by: Sai Gandham <sg481n@att.com>
2018-10-02DDD implementationMariusz Wagner2-121/+78
Issue-ID: INT-676 Change-Id: I970eda81a081acab7401f0b213d6e675b5570871 Signed-off-by: Mariusz Wagner <mariusz.wagner@nokia.com>
2018-09-27Move CSIT to integration/csit repoGary Wu5-0/+174
To facilite branching of CSIT tests, all CSIT test code and scripts are relocated to the integration/csit repo. Change-Id: I1e4c0eff44691f73f8098b3c52764107f6b8b8df Issue-ID: INT-671 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>