| Verification steps: 1/ Build upte from the branch in PR (stop EAP if it running)
./gradlew assemble -Peap6UpsFromSource -Peap6RemoteUrl=http://path/to/eap
|
2/ Copy WAR file to deployment directory
cp aerogear-unifiedpush-server-integration-tests/tools/test-extension/server/build/libs/server.war $EAP_HOME/standalone/deployments
|
3/ Start EAP (assuming you have UPS configured there already), you should see no errors
$EAP_HOME/bin/standalone.sh --server-config=standalone-full.xml
|
4/ Extract upte
cd aerogear-unifiedpush-server-integration-tests/tools/test-extension/client/build/distributions/ |
unzip client.zip
|
5/ Run upte (assuming that you are running at default address (http://localhost:8080), otherwise use --uri parameter. This has created 10 applications with 7 variants each and each of them 10000 installation. Took 13 minutes on my machine.
cd client |
./bin/client generate-data --applications 10 --categories 3 --installations 10000 --variant-type ANDROID --variant-distribution EQUAL --variants 7 --alias matzew
|
Merge if you are able to reproduce |