...
That is all we need to get soak testing running. Below is how we set the system up.
Read the logs
- manually
For DEV, discover what ETL instance IP is
Code Block |
---|
$ cd TIS-DEVOPS
$ ./ansible/inventory/dev
$ ssh -v 10.140.0.136
$ less /tmp/Jmeter/jmeter.log |
Create docker image
Currently this is a hack
...