[ 
https://issues.apache.org/jira/browse/FC-294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shawn McKinney resolved FC-294.
-------------------------------
    Resolution: Fixed

> combine jmeter load profiles
> ----------------------------
>
>                 Key: FC-294
>                 URL: https://issues.apache.org/jira/browse/FC-294
>             Project: FORTRESS
>          Issue Type: Improvement
>    Affects Versions: 2.0.5
>            Reporter: Shawn McKinney
>            Assignee: Shawn McKinney
>            Priority: Minor
>             Fix For: 2.0.6
>
>
> Currently 9 maven profiles for load testing. Combine into one or at most two.
>  
> Current:
>  
> ```
> execute adduser load test:
> mvn -Ploadtest-fortress-adduser jmeter:jmeter  ...
>  
> configure ftAddUser.jmx
> <profile>
>  <id>loadtest-fortress-checkuser</id>
> <plugin>
>  <configuration>
>  <jMeterTestFile>ftAddUser.jmx</jMeterTestFile>
> ```
> Replaced with:
> ```
> mvn -Ploadtest jmeter:jmeter -Dtype=addUser  ...
>  
> <profile>
>  <id>loadtest</id>
>  <build>
>  <plugins>
>  <plugin>
>  <configuration>
>  <jMeterTestFile>${type}.jmx</jMeterTestFile>
> ```



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org

Reply via email to