https://github.com/fabienarcellier/vagrant-gatling
https://github.com/fabienarcellier/vagrant-gatling
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fabienarcellier/vagrant-gatling
- Owner: FabienArcellier
- Created: 2016-02-01T22:32:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-01T22:57:28.000Z (over 9 years ago)
- Last Synced: 2025-03-22T11:36:07.259Z (4 months ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Usage
======First, install the ansible dependencies :
make install_requirements
To run the virtual machine, execute :
vagrant up
To reexecute installation scripts, execute :
vagrant provision
To stop the virtual machine, execute :
vagrant halt
To reload the virtual machine, execute :
vagrant reload
To remove the virtual machine from your disk, execute :
vagrant destroy
Configure jenkins
==================Here is the job configuration
cp -R /vagrant_src/* .
mvn clean gatling:execute
zip -r gatling.zip target/gatling/results/*Check playbook
==============make tests
If it doesn't work due to missing ``ansible`` or ``ansible-galaxy roles``, use :
apt-get install -y python-pip
pip install -U ansible
make install_requirements