Unable to create pages using Tough Day test.
1. I have installed AEM 6.1 author instance on RHEL 6 (64 bit).
2. Now trying to create pages using "Tough Day" test but unable to do it. I am running below command to create the pages .
java -Xmx1024m -Dhostname=localhost -Dport=4502 -DcreatePages.toplevels=2 -DcreatePages.sublevels=2 -DcreatePages.subsublevels=2 -DcreatePages.concurrentUsers=3 -DcreatePages.rampup=1 -DcreatePages.thinkt=5 -DcreatePages.activate=true -DcreatePages.delete=true -jar toughday-6.0.jar createPages
The output of the above command is like below
Buildfile: /export/home/cq61/toughday/toughday/build.xml
tests:
createPages.replace.hostnameandport:
[echo] Update hostname and port in the createPages files
[copy] Copying 1 file to /export/home/cq61/toughday/toughday/work/createPages
createPages:
[jmeter] Executing test plan: /export/home/cq61/toughday/toughday/work/createPages/createPages-1.2.jmx ==> /export/home/cq61/toughday/toughday/results/createPages/createPages.jtl
[jmeter] Created the tree successfully using /export/home/cq61/toughday/toughday/work/createPages/createPages-1.2.jmx
[jmeter] Starting the test @ Thu Oct 15 18:29:45 UTC 2015 (1444933785533)
[jmeter] Waiting for possible shutdown message on port 4445
[jmeter] Tidying up ... @ Thu Oct 15 18:29:53 UTC 2015 (1444933793058)
[jmeter] ... end of run
BUILD SUCCESSFUL
Total time: 13 seconds
I am unable to see any pages getting created in the Sites. Do I have to provide any additional information to create pages using tough day test?
Thank you,