diff options
author | waynedunican <wayne.dunican@est.tech> | 2023-01-10 11:07:33 +0000 |
---|---|---|
committer | Wayne Dunican <wayne.dunican@est.tech> | 2023-02-15 15:55:06 +0000 |
commit | c151a57a325a83be1e6e651b2a7c883a02d93705 (patch) | |
tree | b943d9f45418e7f1021960f3b6c7cc05d29bae19 /testsuites/performance | |
parent | ea458fd83b811d7c55030fbcc168e2769524dfc8 (diff) |
Automate S3P tests in Api
- Trigger S3P test execution
Issue-ID: POLICY-4156
Change-Id: If4d6401a6c8e9ee4767f8910956a7026bc971518
Signed-off-by: Wayne Dunican <wayne.dunican@est.tech>
Diffstat (limited to 'testsuites/performance')
-rw-r--r-- | testsuites/performance/src/main/resources/testplans/policy_api_performance.jmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/performance/src/main/resources/testplans/policy_api_performance.jmx b/testsuites/performance/src/main/resources/testplans/policy_api_performance.jmx index a19668fe..1e76607a 100644 --- a/testsuites/performance/src/main/resources/testplans/policy_api_performance.jmx +++ b/testsuites/performance/src/main/resources/testplans/policy_api_performance.jmx @@ -10,12 +10,12 @@ <collectionProp name="Arguments.arguments"> <elementProp name="API_HOST" elementType="Argument"> <stringProp name="Argument.name">API_HOST</stringProp> - <stringProp name="Argument.value">10.15.100.214</stringProp> + <stringProp name="Argument.value">localhost</stringProp> <stringProp name="Argument.metadata">=</stringProp> </elementProp> <elementProp name="API_PORT" elementType="Argument"> <stringProp name="Argument.name">API_PORT</stringProp> - <stringProp name="Argument.value">31105</stringProp> + <stringProp name="Argument.value">30002</stringProp> <stringProp name="Argument.metadata">=</stringProp> </elementProp> </collectionProp> |