Table of Contents |
---|
Introduction
The 72 hour Stability Test for policy distribution has the goal of introducing a steady flow of transactions initiated from a test client server running JMeter. The policy distribution is configured with a special FileSystemReception plugin to monitor a local directory for newly added csar files to be processed by itself. The input CSAR will be added/removed by the test client(JMeter) and the result will be pulled from the backend(PAP and PolicyAPI) by the test client(JMeter).
...
- HTTP Authorization Manager - used to store user/password authentication details.
- HTTP Header Manager - used to store headers which will be used for making HTTP requests.
- User Defined Variables - used to store the following parameters
PAP_HOST | IP Address or host name of PAP component | NA |
API_HOST | IP Address or host name of Policy API component | NA |
PAP_PORT | Port of PAP service | 7000 |
API_PORT | Port of Policy API service | 6969 |
TESTCSARLOCATION | Directory containing the test csar | NA |
DURATION | Length of Test in Seconds | 259200 |
Running the Test Plan
Copy the Test Plans folder onto VM2
...