aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/devtools
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26Create documentation for policy participant smoke testswaynedunican11-0/+4170
Issue-ID: POLICY-3730 Change-Id: I30b06d38aef5f0b4081878cea23f33411d2ff6f3 Signed-off-by: Wayne Dunican <wayne.dunican@est.tech>
2021-10-21Merge "Create the documentation for CLAMP control loop runtime Smoke Tests"Liam Fallon1-0/+357
2021-10-21Merge "Add documentation for CLAMP CL pairwise testing"Liam Fallon14-3/+1239
2021-10-21Merge "Added doc for smoke testing db-migrator"Liam Fallon2-0/+414
2021-10-21Merge "Add docs for participant intermediary, simulator"Liam Fallon4-37/+184
2021-10-20Add documentation for CLAMP CL pairwise testingrameshiyer2714-3/+1239
CLAMP - policy core CLMAP - DCAE Issue-ID: POLICY-3740 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I0afbac24cffebce3ee0713da9b3e0ca27c8f34d4
2021-10-20Added doc for smoke testing db-migratorktimoney2-0/+414
Issue-ID: POLICY-3724 Change-Id: I7069e52cf7eb6c503b0c2d7cdf13bcfccef35c8e Signed-off-by: ktimoney <kevin.timoney@est.tech>
2021-10-20Create the documentation for CLAMP control loop runtime Smoke TestsFrancescoFioraEst1-0/+357
Issue-ID: POLICY-3726 Change-Id: I401e4f60b83b064b1675a136a8dca55d1631e0fa Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2021-10-20Merge "Added docs for smoke testing the GUI"Liam Fallon16-1/+3266
2021-10-19Merge "Policy-API S3P documentation changes"Ajith Sreekumar9-11/+27
2021-10-19Add docs for participant intermediary, simulatorSirisha_Manchikanti4-37/+184
This commit contains docs for participant intermediary, participant simulator and respective smoke tests Issue-ID: POLICY-3716 Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech> Change-Id: I72f658d39a3afeab643f680981ab73354418a26c
2021-10-19Added docs for smoke testing the GUIsaul.gill16-1/+3266
Added doc for smoke testing the GUI Added images to go together with the docs Added tosca file to be used in tests Issue-ID: POLICY-3725 Change-Id: I91f80ca871f3953e2be1426b17be7e4c9ed5a059 Signed-off-by: saul.gill <saul.gill@est.tech>
2021-10-19Merge "drools s3p tests documentation"Ajith Sreekumar1-89/+86
2021-10-18Policy-API S3P documentation changesa.sreekumar9-11/+27
Pushing this review on behalf of prakhar.pandey@bell.ca Change-Id: I943e5c192cd1a2984ff80283004ef18779c32a30 Issue-ID: POLICY-3652 Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
2021-10-15drools s3p tests documentationjhh1-89/+86
Issue-ID: POLICY-3656 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I77dc55b5e7bb1d8a837ac42165cb63b73ab53b71 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2021-10-15Documentation for PAP S3P resultswaynedunican5-10/+19
Issue-ID: POLICY-3653 Change-Id: Ic20ca4b7134ee685ac59bee9810c94a4303703b5 Signed-off-by: Wayne Dunican <wayne.dunican@est.tech>
2021-10-14Distribution Performance test results.adheli.tavares15-93/+123
- document updated with current run for setting up components; - updated run for stability but no results; - updated run for performance with results. Issue-ID: POLICY-3654 Change-Id: I11faac457419d6057678df71393aae750cf3b2dc Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2021-10-13Merge "ControlLoop S3P test results"Liam Fallon7-0/+198
2021-10-13Merge "APEX S3P documentation updates for Istanbul"Liam Fallon18-81/+484
2021-10-13ControlLoop S3P test resultsSirisha_Manchikanti7-0/+198
Issue-ID: POLICY-3659 Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech> Change-Id: I1d62b9efe9cb154ce0a8224f32f943ec5d1fffab
2021-10-12Fix warnings in PF documentation generationliamfallon1-0/+61
Geeneration of documents in the Policy Framework issued many warnings, for example missing links, hanging references, unreferenced pages and missing swagger, as well as bad formatting for code blocks. This commit cleans up all the warnings. Issue-ID: POLICY-3337 Change-Id: I20db6ff76cfb58a603317f5faf20c7479b77c13b Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-10-11APEX S3P documentation updates for Istanbula.sreekumar18-81/+484
Change-Id: I8b7b1e423b84dfe802a65deb014a03ceddbd92e8 Issue-ID: POLICY-3655 Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
2021-07-20Document how to run the DMaaP simulator locallyliamfallon1-0/+44
Issue-ID: POLICY-3424 Change-Id: Iee6b3dd3cb0cb9aca28846e596286c287d8b645f Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-07-19Add profile for generating Swagger documentsliamfallon1-0/+49
This commit adds a profile for generating Swagger documents and creating a tarball containing the swagger.json, swagger.html, and swagger.pdf files. The profile is triggered in any module when tsts are enabled (In other words when the skipTests flag is off), and when the following proerty is set: <swagger.generation.phase>post-integration-test</swagger.generation.phase> This profile assumes that a unit test exists that creates the following file: target/swagger/swagger.json If this file does not exist, the build will fail if the profile is invoked. Therefore, to generate the Swagger documentation tarball, a module must set the swagger.generation.phase propety AND have a unit test that generates the swagger.json file. Issue-ID: POLICY-3424 Change-Id: I8ff769e7a28bf0e00969d1bc677fee6908951d8a Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-04-20Update Apex-PDP s3p Tests documentationarkadiusz.adamski1-114/+16
- Update test documentation Issue-ID: POLICY-3109 Signed-off-by: arkadiusz.adamski <aadamski@est.tech> Change-Id: I2291aeb976aed54de58a00fdb517b214d77927f0
2021-04-14Update Apex-PDP s3p Test resultsarkadiusz.adamski5-5/+5
- Update stability test results Issue-ID: POLICY-3109 Signed-off-by: arkadiusz.adamski <aadamski@est.tech> Change-Id: I926dae97cbe4d9af246de8f0e6fa840ccd7debd8
2021-04-09Update s3p Test resultsarkadiusz.adamski3-4/+4
- Update performance test results Issue-ID: POLICY-3109 Signed-off-by: arkadiusz.adamski <aadamski@est.tech> Change-Id: Id2deb7f63124e48f1cfcf6c95b47ac71753fbbce
2021-04-06Merge "Documentation changes for PAP S3P testing"Ram Krishna Verma9-16/+16
2021-04-01Documentation changes for PAP S3P testingwaynedunican9-16/+16
Issue-ID: POLICY-3110 Change-Id: I7d2e68f3c73e838f6e0848d02f4eca7ce1327abe Signed-off-by: waynedunican <wayne.dunican@est.tech>
2021-03-31Merge "Results of Xacml Performance tests"Jim Hahn1-5/+64
2021-03-31Results of Xacml Performance testsmkidd1-5/+64
Added changes to documentation to reflect results of performance tests for the S3P tests for Xacml-pdp. Updated values to reflect test results Issue-ID: POLICY-3111 Signed-off-by: mkidd <michael.kidd@est.tech> Change-Id: If8350480f96fbeac5b8c3d0bd7ef60bd97402a94 Signed-off-by: mkidd <michael.kidd@est.tech>
2021-03-31Merge "Distribution S3P tests results"Jim Hahn9-24/+14
2021-03-30Distribution S3P tests resultsadheli.tavares9-24/+14
Issue-ID: POLICY-3113 Change-Id: I70dd8cc1751c28240b11e5c4598c7603e0bb0c46 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2021-03-30Honululu Api Performance Run Resultslapentafd4-8/+48
Appending Performance results Issue-ID: POLICY-3112 Change-Id: I50df1aed416916966b2fe8cc1a7783315d221763 Signed-off-by: lapentafd <francesco.lapenta@est.tech>
2021-03-29s3p stability xacml-pdp documentationjhh1-56/+25
Issue-ID: POLICY-3108 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I223016a6ef462cb33c2b365837a9bdda9ce075f8
2021-03-29Merge "s3p stability drools-apps documentation"Jorge Hernandez6-34/+78
2021-03-29s3p stability drools-apps documentationjhh6-34/+78
Issue-ID: POLICY-3108 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I2ed37d0fc8aa458e6a0f7e2a15b9a5008e013e87
2021-03-29Honululu Api Stability Run Resultslapentafd6-4/+5
Issue-ID: POLICY-3112 Change-Id: I3fc0a19a3de17120ba654c1cf9a175514496b1db Signed-off-by: lapentafd <francesco.lapenta@est.tech>
2021-01-20Remove css files from apex-pdp s3p resultsliamfallon4-2/+2
The Javascript rendering of the results is removed and replaced with PDF files in the apex_s3p_results.zip file. The directory structure is changed to remove the reference to the Frankfurt release. The link in the rst file is updated to take account of the changed directory strucuture. Issue-ID: POLICY-3002 Change-Id: I1bd3ca46107179059de5167923c44f215796fce4 Signed-off-by: liamfallon <liam.fallon@est.tech>
2020-10-29Merge "S3P Testing Documentation for Apex-PDP"Jorge Hernandez6-228/+56
2020-10-29Merge "update s3p drools-pdp doc"Jorge Hernandez6-146/+11
2020-10-29Merge "Document Distribution S3P results for Guilin-RC0"Ram Krishna Verma15-139/+234
2020-10-29Document Distribution S3P results for Guilin-RC0gregory.hayes15-139/+234
Issue-ID: POLICY-2834 Jira-Link: https://jira.onap.org/browse/POLICY-2834 Signed-off-by: gregory.hayes <gregory.hayes@est.tech> Change-Id: Ie97239662dd0dded72452f7dbc3e0dd4576d6669
2020-10-29S3P Testing Documentation for Apex-PDPwaynedunican6-228/+56
Documentation for stabilty testing for Apex-PDP Issue-ID: POLICY-2831 Change-Id: Ib5fe94618832c4e873ec0bf920a4f0c8d8b55226 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2020-10-29update s3p drools-pdp docTaka Cho6-146/+11
update drools-pdp document for s3p 72 hours run Issue-ID: POLICY-2832 Change-Id: I3cf4e061888b1e3d7732b13da9da208fc4a7c281 Signed-off-by: Taka Cho <takamune.cho@att.com>
2020-10-23document guilin xacml stability run resultsjhh4-26/+18
Issue-ID: POLICY-2829 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: Ic87f70b552cb5e4ae509c07a50a87c1885e3d75e
2020-10-23document guilin api stability run resultsjhh18-321/+28
Issue-ID: POLICY-2829 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I87603f13e3b5a68157c18f30c32d33fb62b1a9b1 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2020-10-22Documentation changes for PAP S3P testinga.sreekumar12-287/+51
Change-Id: Ief45898872e3316eae4f351cfbb516166f576be1 Issue-ID: POLICY-2830 Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
2020-07-10Fix broken references in documentsliamfallon1-2/+2
This patch fixes some broken references and some unreferenced files. Issue-ID: POLICY-2686 Change-Id: Iad0bfea705d39fe70e0017e7b4b9a503e5649530 Signed-off-by: liamfallon <liam.fallon@est.tech>
2020-06-22Remove duplicate apex stability resultsliamfallon2-0/+0
results.zip: El Alto results results.tar: Duplicate of results in the frankfurt subdirectiry Issue-ID: POLICY-2657 Change-Id: Ida86fb6bc6e41eb92eeef8c6f2f6c11831948d68 Signed-off-by: liamfallon <liam.fallon@est.tech>