summaryrefslogtreecommitdiffstats
path: root/testsuites/stability/src/main
AgeCommit message (Collapse)AuthorFilesLines
2021-07-30Use new RestClientParameters class in distributionJim Hahn1-3/+6
This is a re-do of a previously reverted review. It's mostly the same as before, but there are some minor differences. Replaced LifecycleApiForwarderParameters with RestClientParameters. Also modified the code to get the HttpClient objects once. Also removed some unused json test files. This requires changes to property files in CSITs and OOM: - add "clientName" to the api & pap structures - rename "hostName" to "hostname" - rename "isHttps" to "useHttps" and move it inside the api & pap structures Issue-ID: POLICY-3456 Change-Id: I32b04bc3b6880ec7798814dad268143bc3b06faf Signed-off-by: Jim Hahn <jrh3@att.com>
2021-03-30Distribution S3P testadheli.tavares6-81/+202
Updating scripts and files related to S3P tests. Issue-ID: POLICY-3113 Change-Id: I6c6d50a2f0e6b47deac5e505fb841eebbbbea437 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2020-05-05Stability tests and scripts for FrankfurtRossC172-51721/+911
Issue-ID: POLICY-2458 Change-Id: I193d4ec14aee3313a6ea01bb9c02c048da09dbca Signed-off-by: RossC <ross.carter@est.tech>
2019-02-27Changes directory structure of S3P TestsBilal A161-0/+51862
Changes Include: a) Moving performance and stability tests into two separate directories. Change-Id: Ib98713b2c37658de16c5eb6ee8918b867bdf5b8a Issue-ID: POLICY-1462 Signed-off-by: Bilal A <bilal@research.att.com>